Up the gunicorn worker count (under protest)
This commit is contained in:
parent
1e7e012b92
commit
25058bc91c
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
bind = 'unix:/tmp/gunicorn.sock'
|
||||
workers = 8
|
||||
workers = 16
|
||||
worker_class = 'gevent'
|
||||
timeout = 2000
|
||||
logconfig = 'conf/logging.conf'
|
||||
|
|
Reference in a new issue