Skip to content

Commit a46d615

Browse files
author
Barbara Miller
committed
HEADER_REQUEST_TIMEOUT = 60, not 30
1 parent 40613e3 commit a46d615

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

brozzler/worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class BrozzlerWorker:
5454
# cluster with slow rethinkdb.
5555
HEARTBEAT_INTERVAL = 200.0
5656
SITE_SESSION_MINUTES = 15
57-
HEADER_REQUEST_TIMEOUT = 30
57+
HEADER_REQUEST_TIMEOUT = 60
5858
FETCH_URL_TIMEOUT = 60
5959

6060
def __init__(

0 commit comments

Comments
 (0)