Increasing timeout on gunicorn to 2 min.

This commit is contained in:
Samuel Clay 2012-01-08 20:47:34 -08:00
parent e01fabe52c
commit a851a2c6d9

View file

@ -12,6 +12,6 @@ accesslog = "/home/sclay/newsblur/logs/production.log"
errorlog = "/home/sclay/newsblur/logs/errors.log"
loglevel = "debug"
name = "newsblur"
timeout = 60
timeout = 120
max_requests = 1000
workers = numCPUs()