mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Increase file upload size to 1GB
This commit is contained in:
parent
8c7476a670
commit
25c850e243
2 changed files with 3 additions and 0 deletions
|
@ -89,6 +89,8 @@ def initialize(options):
|
|||
'server.socket_host': options['http_host'],
|
||||
'environment': options['http_environment'],
|
||||
'server.thread_pool': 10,
|
||||
'server.max_request_body_size': 1073741824,
|
||||
'server.socket_timeout': 60,
|
||||
'tools.encode.on': True,
|
||||
'tools.encode.encoding': 'utf-8',
|
||||
'tools.decode.on': True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue