Update setting.py

This commit is contained in:
Mr Chen 2024-11-28 18:03:31 +08:00
parent dfef78fc84
commit 2a943efcd7
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ backlog = 512
reload = False
daemon = True
# worker_class = 'geventwebsocket.gunicorn.workers.GeventWebSocketWorker'
worker_class = 'sync'
worker_class = 'gthread'
timeout = 600
keepalive = 60
preload_app = True