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

14 lines
350 B
Plaintext
Raw Normal View History

2016-08-10 14:53:33 +08:00
import os
daemon = True
workers = 3
threads = 5
2016-08-10 14:53:33 +08:00
# Logging
runtime_dir = os.path.dirname(__file__)
pidfile = os.path.join(runtime_dir, 'seahub.pid')
errorlog = os.path.join(runtime_dir, 'error.log')
accesslog = os.path.join(runtime_dir, 'access.log')
# for file upload, we need a longer timeout value (default is only 30s, too short)
timeout = 1200