diff --git a/Procfile b/Procfile index 15ba5a7..9c70479 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -web: gunicorn --worker-class socketio.sgunicorn.GeventSocketIOWorker --log-file=- server:app +web: gunicorn --worker-class eventlet -w 1 --log-file=- server:app release: python manage.py db upgrade \ No newline at end of file