mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-25 07:45:38 -04:00
Merge branch 'rotary2024' into qa
This commit is contained in:
commit
d25dd9f36f
1 changed files with 2 additions and 1 deletions
|
@ -196,7 +196,8 @@ class BrozzlerWorker:
|
|||
request.set_proxy(warcprox_address, "http")
|
||||
|
||||
try:
|
||||
with urllib.request.urlopen(request, timeout=600) as response:
|
||||
# todo: make timeout a param?
|
||||
with urllib.request.urlopen(request, timeout=900) as response:
|
||||
if response.getcode() != 204:
|
||||
self.logger.warning(
|
||||
'got "%s %s" response on warcprox '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue