Increase file upload size to 1GB

This commit is contained in:
JonnyWong16
2020-05-03 18:11:49 -07:00
parent 8c7476a670
commit 25c850e243
2 changed files with 3 additions and 0 deletions

View File

@@ -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"))