[Update] 添加eventlet

This commit is contained in:
ibuler
2018-07-18 19:17:20 +08:00
parent 7924b094f8
commit 3052744203

1
jms
View File

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