[Update] 添加eventlet

pull/1566/head
ibuler 2018-07-18 19:17:20 +08:00
parent 7924b094f8
commit 3052744203
1 changed files with 1 additions and 0 deletions

1
jms
View File

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