diff --git a/conf/uwsgi-apps/hackergame.ini b/conf/uwsgi-apps/hackergame.ini index c606764..9482309 100644 --- a/conf/uwsgi-apps/hackergame.ini +++ b/conf/uwsgi-apps/hackergame.ini @@ -8,7 +8,7 @@ env=PSYCOPG_WAIT_FUNC=wait_selector master=true #processes=16 gevent=1024 -gevent-monkey-patch=true +gevent-early-monkey-patch=true vacuum=true home=.venv stats=/run/uwsgi/app/hackergame/stats.socket diff --git a/conf/uwsgi-apps/hgtest.ini b/conf/uwsgi-apps/hgtest.ini index afa58d2..76eaeae 100644 --- a/conf/uwsgi-apps/hgtest.ini +++ b/conf/uwsgi-apps/hgtest.ini @@ -8,7 +8,7 @@ env=PSYCOPG_WAIT_FUNC=wait_selector master=true #processes=16 gevent=1024 -gevent-monkey-patch=true +gevent-early-monkey-patch=true vacuum=true home=.venv stats=/run/uwsgi/app/hgtest/stats.socket