mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-26 07:10:46 +00:00
Use more threads for each gunicorn process.
This commit is contained in:
@@ -2,6 +2,7 @@ import os
|
|||||||
|
|
||||||
daemon = True
|
daemon = True
|
||||||
workers = 3
|
workers = 3
|
||||||
|
threads = 5
|
||||||
|
|
||||||
# Logging
|
# Logging
|
||||||
runtime_dir = os.path.dirname(__file__)
|
runtime_dir = os.path.dirname(__file__)
|
||||||
|
Reference in New Issue
Block a user