summary refs log tree commit diff
path: root/host/Rory-nginx/services/matrix/synapse/caches.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-nginx/services/matrix/synapse/caches.nix')
-rw-r--r--host/Rory-nginx/services/matrix/synapse/caches.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/Rory-nginx/services/matrix/synapse/caches.nix b/host/Rory-nginx/services/matrix/synapse/caches.nix
index 16fe0fc..9fa735e 100644
--- a/host/Rory-nginx/services/matrix/synapse/caches.nix
+++ b/host/Rory-nginx/services/matrix/synapse/caches.nix
@@ -13,8 +13,8 @@
   caches = {
     global_factor = 500000.0;
     cache_entry_ttl = "24h";
-    expire_caches = false;
-    sync_response_cache_duration = "15s";
+    expire_caches = true;
+    sync_response_cache_duration = "15m";
     cache_autotuning = {
       max_cache_memory_usage = "65536M";
       target_cache_memory_usage = "32768M";