Update setting.py

This commit is contained in:
Mr Chen 2024-11-28 18:44:17 +08:00
parent 58101f889d
commit 7d1c2bac14
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ daemon = True
worker_class = 'eventlet'
timeout = 600
keepalive = 60
preload_app = True
preload_app = False
capture_output = True
access_log_format = '%(t)s %(p)s %(h)s "%(r)s" %(s)s %(L)s %(b)s %(f)s" "%(a)s"'
loglevel = 'info'