Update setting.py
This commit is contained in:
parent
dfef78fc84
commit
2a943efcd7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue