[Update] gunicorn不使用eventlet

pull/1566/head
ibuler 2018-07-18 16:15:35 +08:00
parent c94d018d7e
commit 7924b094f8
1 changed files with 0 additions and 1 deletions

1
jms
View File

@ -123,7 +123,6 @@ def start_gunicorn():
'gunicorn', 'jumpserver.wsgi',
'-b', bind,
'-w', str(WORKERS),
'-k', 'eventlet',
'--access-logformat', log_format,
'-p', pid_file,
]