Skip to content

Commit bcc8192

Browse files
author
hzy@singhand.com
committed
Feat: support switch dev/pro server mode.
1 parent 9d64350 commit bcc8192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ ENABLE_GUNICORN=0
191191
# GUNICORN_MODE chooses the Gunicorn worker class.
192192
# gevent - asynchronous workers based on greenlets (default)
193193
# sync - standard synchronous workers; no gevent monkey patching
194-
GUNICORN_MODE=sync
194+
GUNICORN_MODE=gevent
195195

196196
# Number of Gunicorn worker processes
197197
GUNICORN_WORKERS=4

0 commit comments

Comments
 (0)