diff --git a/cli.sh b/cli.sh index 6cddd7a73..99feec574 100755 --- a/cli.sh +++ b/cli.sh @@ -24,7 +24,7 @@ mw_start_debug(){ } mw_start_debug2(){ - gunicorn -c setting.py app:app + gunicorn -b -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 app:app python3 task.py & }