From a851a2c6d9011f99991d6b7c0189e7c875918e79 Mon Sep 17 00:00:00 2001 From: Samuel Clay Date: Sun, 8 Jan 2012 20:47:34 -0800 Subject: [PATCH] Increasing timeout on gunicorn to 2 min. --- config/gunicorn_conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/gunicorn_conf.py b/config/gunicorn_conf.py index 4a7537d24..36ee3771b 100644 --- a/config/gunicorn_conf.py +++ b/config/gunicorn_conf.py @@ -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()