From 1e8440007e1ffc0a97c5460395208762df764704 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Thu, 26 Sep 2024 09:56:30 +0300 Subject: [PATCH] feat(systems/hosts/social): increase matrix max request size --- systems/hosts/social/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/hosts/social/default.nix b/systems/hosts/social/default.nix index e9fffd4..d016045 100644 --- a/systems/hosts/social/default.nix +++ b/systems/hosts/social/default.nix @@ -65,7 +65,7 @@ in { allow_federation = true; allow_registration = false; database_backend = "rocksdb"; - max_request_size = 50000000; + max_request_size = 512000000; new_user_displayname_suffix = ""; port = conduitPort; server_name = domain; -- 2.44.1