Commit 2637c608 authored by ibuler's avatar ibuler

[Update] 修改gunicorn配置

parent 3ce9d01b
......@@ -126,6 +126,7 @@ def start_gunicorn():
'-k', 'gthread',
'--threads', '10',
'-w', str(WORKERS),
'--max-requests', '4096',
'--access-logformat', log_format,
'-p', pid_file,
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment