This commit is contained in:
Joseph Schorr 2014-09-04 14:24:33 -04:00
commit bf3077f922

View file

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