1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-08-12 12:13:31 +00:00

update gunicorn conf when mysql new setup

add `limit_request_line = 8190`
This commit is contained in:
lian 2018-06-09 16:01:38 +08:00
parent ed91554d8e
commit 09648efaf7

View File

@ -1197,6 +1197,8 @@ accesslog = os.path.join(logs_dir, 'gunicorn_access.log')
# for file upload, we need a longer timeout value (default is only 30s, too short) # for file upload, we need a longer timeout value (default is only 30s, too short)
timeout = 1200 timeout = 1200
limit_request_line = 8190
''' '''
text = template % dict(pids_dir=env_mgr.central_pids_dir, text = template % dict(pids_dir=env_mgr.central_pids_dir,