From 569614da248f98e98fc9ccea52586e879efa423c Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Fri, 31 Jul 2015 11:01:06 -0700 Subject: [PATCH] uwsgi config: use early-monkey-patch with gevent --- uwsgi.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/uwsgi.ini b/uwsgi.ini index bbd5bace..b09fd071 100644 --- a/uwsgi.ini +++ b/uwsgi.ini @@ -12,8 +12,7 @@ venv = $(VIRTUAL_ENV) endif = gevent = 100 -gevent-monkey-patch = - +gevent-early-monkey-patch = # specify config file here env = PYWB_CONFIG_FILE=config.yaml