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