We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3973ea8 commit 7bb207aCopy full SHA for 7bb207a
bin/docker_start.sh
@@ -28,5 +28,6 @@ exec gunicorn ${DJANGO_WSGI_MODULE}:application \
28
--user=$USER --group=$GROUP \
29
--bind 0.0.0.0:8000 \
30
--log-level=debug \
31
---log-file=-
32
-
+--log-file=- \
+--worker-class gevent \
33
+--threads 4
0 commit comments