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
|
@ -3738,6 +3738,7 @@ class WebInterface(object):
|
|||
else:
|
||||
return {'result': 'error', 'message': 'Failed to delete device.'}
|
||||
|
||||
@cherrypy.config(**{'response.timeout': 3600})
|
||||
@cherrypy.expose
|
||||
@cherrypy.tools.json_out()
|
||||
@requireAuth(member_of("admin"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue