From 7c10761bee540007a73f25feb961751b42b325f1 Mon Sep 17 00:00:00 2001 From: liaralabs Date: Mon, 9 Mar 2020 15:17:48 -0700 Subject: [PATCH] Gevent with gunicorn command --- gunicorn.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gunicorn.sh b/gunicorn.sh index e69de29..59e5b3f 100644 --- a/gunicorn.sh +++ b/gunicorn.sh @@ -0,0 +1 @@ +gunicorn -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 --bind 0.0.0.0:8333 wsgi:app \ No newline at end of file