Commit 7924b094 authored by ibuler's avatar ibuler

[Update] gunicorn不使用eventlet

parent c94d018d
......@@ -123,7 +123,6 @@ def start_gunicorn():
'gunicorn', 'jumpserver.wsgi',
'-b', bind,
'-w', str(WORKERS),
'-k', 'eventlet',
'--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