Add option to change max body size for AS API

ref tulir/mautrix-appservice-python#3
This commit is contained in:
Tulir Asokan
2018-08-06 00:06:11 +03:00
parent a82a124b11
commit 0848938174
3 changed files with 6 additions and 2 deletions
+1
View File
@@ -153,6 +153,7 @@ class Config(DictWithRecursion):
copy("appservice.address")
copy("appservice.hostname")
copy("appservice.port")
copy("appservice.max_body_size")
copy("appservice.database")