feat(systems/hosts/social): increase matrix max request size
1 files changed, 1 insertions(+), 1 deletions(-) M systems/hosts/social/default.nix
M systems/hosts/social/default.nix => systems/hosts/social/default.nix +1 -1
@@ 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;