[Update] 修复无法取消授权资产的前端bug

This commit is contained in:
ibuler
2018-09-11 12:17:17 +08:00
parent 88a29c0a93
commit 6dc2272a26
2 changed files with 7 additions and 4 deletions

2
jms
View File

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