Browse Source

[Update] 修改gunicorn配置

pull/1867/head
ibuler 6 years ago
parent
commit
2637c608a6
  1. 1
      jms

1
jms

@ -126,6 +126,7 @@ def start_gunicorn():
'-k', 'gthread',
'--threads', '10',
'-w', str(WORKERS),
'--max-requests', '4096',
'--access-logformat', log_format,
'-p', pid_file,
]

Loading…
Cancel
Save