Skip to content

Commit

Permalink
fix gevent monkey patch
Browse files Browse the repository at this point in the history
  • Loading branch information
RTXUX committed Oct 22, 2024
1 parent 533e8d7 commit 4ec5991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/uwsgi-apps/hackergame.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion conf/uwsgi-apps/hgtest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ec5991

Please sign in to comment.