DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

1e8440007e1ffc0a97c5460395208762df764704 — Jonni Liljamo a month ago 60dc387
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;