mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 23:56:34 -04:00
Merge branch 'bmiller/better_fetch_url_timeout_errors' into qa
This commit is contained in:
commit
aec8708918
@ -528,7 +528,7 @@ class BrozzlerWorker:
|
||||
url,
|
||||
headers=headers,
|
||||
timeout=self.FETCH_URL_TIMEOUT,
|
||||
retries=False
|
||||
retries=False,
|
||||
)
|
||||
except TimeoutError as e:
|
||||
self.logger.warning("Timed out fetching %s", url)
|
||||
|
Loading…
x
Reference in New Issue
Block a user