diff options
author | Rory& <root@rory.gay> | 2024-05-07 18:36:19 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-05-07 18:36:19 +0200 |
commit | 74ca631218cd3c1492a36a1daec99cd19e6d93fc (patch) | |
tree | 545f5cc52ead306c5a179d7450c693b5f117e701 | |
parent | forgot how to nix... (diff) | |
download | Rory-Open-Architecture-74ca631218cd3c1492a36a1daec99cd19e6d93fc.tar.xz |
semicolons...
-rwxr-xr-x | host/Rory-nginx/services/matrix/synapse.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/matrix/synapse.nix b/host/Rory-nginx/services/matrix/synapse.nix index a7c38cc..2837602 100755 --- a/host/Rory-nginx/services/matrix/synapse.nix +++ b/host/Rory-nginx/services/matrix/synapse.nix @@ -33,7 +33,7 @@ in }; gc_min_interval = ["5m" "30m" "60m"]; - gc_thresholds = [1000 500 250] + gc_thresholds = [1000 500 250]; event_cache_size = "12000K"; #defaults to 10K caches = { global_factor = 50000.0; |