mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-29 09:38:41 -04:00
Merge branch 'bmiller/better_fetch_url_timeout_errors' into qa
This commit is contained in:
commit
aec8708918
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue