Remove all of the timeouts since they were not doing the right thing anyway.

This commit is contained in:
Jake Moshenko 2015-02-18 16:33:28 -05:00
parent 59b794dd61
commit 04b06547b8
6 changed files with 0 additions and 11 deletions

View file

@ -1,7 +1,6 @@
bind = '0.0.0.0:5000'
workers = 2
worker_class = 'gevent'
timeout = 2000
daemon = False
logconfig = 'conf/logging_debug.conf'
pythonpath = '.'