Up the gunicorn worker count (under protest)

This commit is contained in:
Jake Moshenko 2014-09-03 17:24:52 -04:00
parent 1e7e012b92
commit 25058bc91c

View file

@ -1,5 +1,5 @@
bind = 'unix:/tmp/gunicorn.sock'
workers = 8
workers = 16
worker_class = 'gevent'
timeout = 2000
logconfig = 'conf/logging.conf'