We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fa2c1 commit 4d6c232Copy full SHA for 4d6c232
docker/.env
@@ -191,7 +191,7 @@ ENABLE_GUNICORN=0
191
# GUNICORN_MODE chooses the Gunicorn worker class.
192
# gevent - asynchronous workers based on greenlets (default)
193
# sync - standard synchronous workers; no gevent monkey patching
194
-GUNICORN_MODE=sync
+GUNICORN_MODE=gevent
195
196
# Number of Gunicorn worker processes
197
GUNICORN_WORKERS=4
0 commit comments