diff options
author | Rory& <root@rory.gay> | 2024-05-07 18:36:19 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-04 14:45:02 +0200 |
commit | c2c17d49abc93d25f9cd4bb258f367ee7dda27bf (patch) | |
tree | 545f5cc52ead306c5a179d7450c693b5f117e701 /host | |
parent | forgot how to nix... (diff) | |
download | Rory-Open-Architecture-c2c17d49abc93d25f9cd4bb258f367ee7dda27bf.tar.xz |
semicolons...
Diffstat (limited to 'host')
-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; |