From 086ca5643f1d9dc95e373c2d576c44c73adc2c77 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sat, 19 Jul 2025 22:36:04 +0100 Subject: Bump per-upload limit to 300 MiB There's no need to jump back to 2 GiB yet, but I was finding 10 MiB too restrictive. --- files/virtual_host.cfg.lua.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/files/virtual_host.cfg.lua.j2 b/files/virtual_host.cfg.lua.j2 index 3816998..06da831 100644 --- a/files/virtual_host.cfg.lua.j2 +++ b/files/virtual_host.cfg.lua.j2 @@ -34,6 +34,7 @@ http_external_url = "https://{{ virtual_host }}/" site_name = "{{ virtual_host }}" Component "upload.{{ virtual_host }}" "http_file_share" +http_file_share_size_limit = 300 * 1024 * 1024 http_file_share_global_quota = 5 * 1024 * 1024 * 1024 Component "conference.{{ virtual_host }}" "muc" -- cgit v1.2.3