Remove all of the timeouts since they were not doing the right thing anyway.
This commit is contained in:
parent
59b794dd61
commit
04b06547b8
6 changed files with 0 additions and 11 deletions
|
@ -1,7 +1,6 @@
|
|||
bind = 'unix:/tmp/gunicorn_web.sock'
|
||||
workers = 2
|
||||
worker_class = 'gevent'
|
||||
timeout = 30
|
||||
logconfig = 'conf/logging.conf'
|
||||
pythonpath = '.'
|
||||
preload_app = True
|
||||
|
|
Reference in a new issue