Commit 7924b094 authored by ibuler's avatar ibuler

[Update] gunicorn不使用eventlet

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