Merge "Allow gunicorn workers 5 min. to process requests"
This commit is contained in:
commit
bf0fb3b0e2
@ -2,7 +2,7 @@ import multiprocessing
|
||||
|
||||
bind = '[::]:5000'
|
||||
workers = workers = multiprocessing.cpu_count() * 2 + 1
|
||||
timeout=60
|
||||
timeout = 300
|
||||
backlog = 2048
|
||||
worker_class ="sync"
|
||||
debug = False
|
||||
|
Loading…
Reference in New Issue
Block a user