mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 08:39:59 -05:00
brozzle a site for 5 minutes at a time instead of 1 for now
This commit is contained in:
parent
fc75e18928
commit
e68c98e66d
@ -136,7 +136,7 @@ class BrozzlerWorker:
|
||||
page = None
|
||||
try:
|
||||
browser.start(proxy=site.proxy)
|
||||
while not self._shutdown_requested.is_set() and time.time() - start < 60:
|
||||
while not self._shutdown_requested.is_set() and time.time() - start < 300:
|
||||
try:
|
||||
page = self._next_page(site)
|
||||
self.brozzle_page(browser, ydl, site, page)
|
||||
|
Loading…
x
Reference in New Issue
Block a user