prosody: Increase file upload limit to 10MB

This commit is contained in:
Matthew Wild 2020-06-22 11:42:23 +01:00
parent 4d550e0998
commit 67336ed114
1 changed files with 1 additions and 0 deletions

View File

@ -174,5 +174,6 @@ Component ("groups."..DOMAIN) "muc"
}
Component ("share."..DOMAIN) "http_upload"
http_upload_file_size_limit = 1024 * 1024 * 10 -- 10MB
Include "/snikket/prosody/*.cfg.lua"