diff options
author | Matthew Fennell <matthew@fennell.dev> | 2024-08-19 22:00:09 +0100 |
---|---|---|
committer | Matthew Fennell <matthew@fennell.dev> | 2024-08-19 22:00:09 +0100 |
commit | d19a3167794dc2ecf01baa8f6095c8a02259597e (patch) | |
tree | 2672ad02c57e5785ae18fe44ff7aa927ce6276fb | |
parent | 7efca4e65e2d486bf012af17ccc80500f9e0bbec (diff) |
Bump max file size to 2 GB
This is to test how clients handle downloading large files.
-rw-r--r-- | files/virtual_host.cfg.lua.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/virtual_host.cfg.lua.j2 b/files/virtual_host.cfg.lua.j2 index 118b340..4558209 100644 --- a/files/virtual_host.cfg.lua.j2 +++ b/files/virtual_host.cfg.lua.j2 @@ -31,7 +31,7 @@ site_name = "{{ virtual_host }}" Component "upload.{{ virtual_host }}" "http_file_share" -http_file_share_size_limit = 20 * 1024 * 1024 +http_file_share_size_limit = 2 * 1024 * 1024 * 1024 Component "conference.{{ virtual_host }}" "muc" modules_enabled = { |