mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-02-05 11:40:04 -05:00
Extend timeout even further (gotta fix that)
This commit is contained in:
parent
769f53cce0
commit
583ea916f0
2
dist/client.py
vendored
2
dist/client.py
vendored
@ -65,7 +65,7 @@ class RenderClient(object):
|
|||||||
|
|
||||||
# Time (in seconds) before a job times out
|
# Time (in seconds) before a job times out
|
||||||
# TODO: replace timeout mechanism with polling?
|
# TODO: replace timeout mechanism with polling?
|
||||||
TIMEOUT=2400
|
TIMEOUT=4800
|
||||||
|
|
||||||
# Max. queue length before request considered lost, as a multiple of the
|
# Max. queue length before request considered lost, as a multiple of the
|
||||||
# number of in-flight requests
|
# number of in-flight requests
|
||||||
|
Loading…
Reference in New Issue
Block a user