mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-08-11 11:42:46 +00:00
update gunicorn conf
works = 5
This commit is contained in:
parent
ca58a7afe8
commit
c5c35fb9bb
@ -1,8 +1,7 @@
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
daemon = True
|
daemon = True
|
||||||
workers = 3
|
workers = 5
|
||||||
threads = 5
|
|
||||||
|
|
||||||
# Logging
|
# Logging
|
||||||
runtime_dir = os.path.dirname(__file__)
|
runtime_dir = os.path.dirname(__file__)
|
||||||
|
Loading…
Reference in New Issue
Block a user