diff options
author | Rory&::Emma <root@rory.gay> | 2024-08-24 14:16:55 +0000 |
---|---|---|
committer | Rory&::Emma <root@rory.gay> | 2024-08-24 14:16:55 +0000 |
commit | f3cbaf4b9b18fb49314c269f8efac2302c0c45cb (patch) | |
tree | 117d3d00e1101ef6b61e3bf3632236074aef6e64 /host/Rory-nginx/services/matrix/draupnir.nix | |
parent | Fix MUT wipe service (diff) | |
download | Rory-Open-Architecture-f3cbaf4b9b18fb49314c269f8efac2302c0c45cb.tar.xz |
Server changes
Diffstat (limited to 'host/Rory-nginx/services/matrix/draupnir.nix')
-rwxr-xr-x | host/Rory-nginx/services/matrix/draupnir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/matrix/draupnir.nix b/host/Rory-nginx/services/matrix/draupnir.nix index 66d4648..e9fba15 100755 --- a/host/Rory-nginx/services/matrix/draupnir.nix +++ b/host/Rory-nginx/services/matrix/draupnir.nix @@ -21,7 +21,7 @@ autojoinOnlyIfManager = true; # Let's not open ourselves up to DoS attacks automaticallyRedactForReasons = [ "*" ]; # I always want autoredact fasterMembershipChecks = true; - roomStateBackingStore.enabled = true; + # roomStateBackingStore.enabled = true; # broken under nix. backgroundDelayMS = 10; # delay isn't needed, I don't mind the performance hit pollReports = false; # this is a single person homeserver... let's save ourself the work |