mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-07 02:10:05 +00:00
update gunicorn conf when mysql new setup
add `limit_request_line = 8190`
This commit is contained in:
@@ -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)
|
||||
timeout = 1200
|
||||
|
||||
limit_request_line = 8190
|
||||
'''
|
||||
|
||||
text = template % dict(pids_dir=env_mgr.central_pids_dir,
|
||||
|
Reference in New Issue
Block a user