bugfix
This commit is contained in:
parent
f7016cd8f1
commit
e9f571039a
@ -29,7 +29,7 @@ class ConfiguredServer(AppLogger):
|
||||
DBPools(config.databases)
|
||||
initEnv()
|
||||
setupTemplateEngine()
|
||||
client_max_size = 1024 * 10240
|
||||
client_max_size = 1024 * 1024 * 15
|
||||
self.app = web.Application(client_max_size=client_max_size)
|
||||
auth = auth_klass()
|
||||
auth.setupAuth(self.app)
|
||||
|
Loading…
Reference in New Issue
Block a user