diff options
author | Rory& <root@rory.gay> | 2024-06-09 12:28:09 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-04 14:45:02 +0200 |
commit | 5d8270ebfff8c1961ec476482bafbc9decc3c5f1 (patch) | |
tree | dc82f34a09a9075005fba392579ba839fde637c1 /host/Rory-nginx/services/matrix/synapse.nix | |
parent | Desktop updates (diff) | |
download | Rory-Open-Architecture-5d8270ebfff8c1961ec476482bafbc9decc3c5f1.tar.xz |
Bunch of changes
Diffstat (limited to 'host/Rory-nginx/services/matrix/synapse.nix')
-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 9e7c2a2..ce8a476 100755 --- a/host/Rory-nginx/services/matrix/synapse.nix +++ b/host/Rory-nginx/services/matrix/synapse.nix @@ -49,7 +49,7 @@ in global_factor = 50000.0; cache_entry_ttl = "24h"; expire_caches = true; - sync_response_cache_duration = "6h"; + sync_response_cache_duration = "15s"; #6h cache_autotuning = { max_cache_memory_usage = "65536M"; target_cache_memory_usage = "32768M"; |