From a0833b79786bfb690ddce067472cbd41b7c110e9 Mon Sep 17 00:00:00 2001 From: Jake Moshenko Date: Mon, 23 Feb 2015 16:02:22 -0500 Subject: [PATCH] Fix the worker timeout for synchronous verbs workers. --- conf/gunicorn_verbs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/gunicorn_verbs.py b/conf/gunicorn_verbs.py index f329a8cbe..cbb5e6d6a 100644 --- a/conf/gunicorn_verbs.py +++ b/conf/gunicorn_verbs.py @@ -3,3 +3,4 @@ workers = 4 logconfig = 'conf/logging.conf' pythonpath = '.' preload_app = True +timeout = 2000 # Because sync workers