Browse Source

[Update] 添加eventlet

pull/1566/head
ibuler 6 years ago
parent
commit
3052744203
  1. 1
      jms

1
jms

@ -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,

Loading…
Cancel
Save