1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-25 06:25:13 +00:00

Use more threads for each gunicorn process.

This commit is contained in:
Shuai Lin
2017-07-25 13:46:18 +08:00
parent e406d81efd
commit 05c423f1bf

View File

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