diff --git a/hosts/bicep/services/matrix/synapse.nix b/hosts/bicep/services/matrix/synapse.nix index 7858b8f..41ad76d 100644 --- a/hosts/bicep/services/matrix/synapse.nix +++ b/hosts/bicep/services/matrix/synapse.nix @@ -58,6 +58,7 @@ in { presence.enabled = false; + event_cache_size = "20K"; # Default is 10K but I can't find the factor for this cache caches = { per_cache_factors = { _event_auth_cache = 2.0;