mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-12 21:35:30 +00:00
update gunicorn conf
works = 5
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import os
|
||||
|
||||
daemon = True
|
||||
workers = 3
|
||||
threads = 5
|
||||
workers = 5
|
||||
|
||||
# Logging
|
||||
runtime_dir = os.path.dirname(__file__)
|
||||
|
Reference in New Issue
Block a user