Update setting.py
This commit is contained in:
parent
58101f889d
commit
7d1c2bac14
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue