Switch to gevent worker

This commit is contained in:
Peter Stockings
2023-01-03 14:47:21 +11:00
parent f9e294c758
commit 1194eed11a
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
web: gunicorn --worker-class eventlet -w 1 app:app
web: gunicorn -k gevent -w 1 app:app

View File

@@ -10,4 +10,4 @@ bidict==0.22.1
flask-socketio==5.3.2
python-engineio==4.3.4
python-socketio==5.7.2
eventlet==0.33.2
gevent==22.10.2