prosody: Bump per-upload limit from 16MB to 100MB

This commit is contained in:
Matthew Wild 2021-10-14 14:14:48 +01:00
parent 301ee238be
commit 6852c37111
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ Component ("share."..DOMAIN) "http_file_share"
http_host = "share."..DOMAIN
http_external_url = "https://share."..DOMAIN.."/"
end
http_file_share_size_limit = 1024 * 1024 * 16 -- 16MB
http_file_share_size_limit = 1024 * 1024 * 100 -- 100MB
http_file_share_expire_after = 60 * 60 * 24 * RETENTION_DAYS -- N days
http_paths = {
file_share = "/upload"