From d19a3167794dc2ecf01baa8f6095c8a02259597e Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Mon, 19 Aug 2024 22:00:09 +0100 Subject: Bump max file size to 2 GB This is to test how clients handle downloading large files. --- files/virtual_host.cfg.lua.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files') 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 = { -- cgit v1.2.3