1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-07-31 06:49:58 +00:00

update gunicorn conf

works = 5
This commit is contained in:
lian 2017-11-03 16:02:47 +08:00
parent ca58a7afe8
commit c5c35fb9bb

View File

@ -1,8 +1,7 @@
import os
daemon = True
workers = 3
threads = 5
workers = 5
# Logging
runtime_dir = os.path.dirname(__file__)