Fix the worker timeout for synchronous verbs workers.
This commit is contained in:
parent
450b112f2c
commit
a0833b7978
1 changed files with 1 additions and 0 deletions
|
@ -3,3 +3,4 @@ workers = 4
|
||||||
logconfig = 'conf/logging.conf'
|
logconfig = 'conf/logging.conf'
|
||||||
pythonpath = '.'
|
pythonpath = '.'
|
||||||
preload_app = True
|
preload_app = True
|
||||||
|
timeout = 2000 # Because sync workers
|
||||||
|
|
Reference in a new issue