worker: increase send_timeout (Windows can be really slow)

release-1
Sebastien Bourdeauducq 2016-07-03 12:18:34 +08:00
parent e116d756b5
commit bf3c3cdfd8
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ def log_worker_exception():
class Worker:
def __init__(self, handlers=dict(), send_timeout=2.0):
def __init__(self, handlers=dict(), send_timeout=10.0):
self.handlers = handlers
self.send_timeout = send_timeout