Browse Source

[Update] gunicorn不使用eventlet

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

1
jms

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

Loading…
Cancel
Save