bicep/synapse: Set event cache to 20K

This is double the cache from default
changed because we're seeing periodic cpu spikes
with this cache beeing the main one missing
This commit is contained in:
Daniel Lovbrotte Olsen 2023-05-26 02:22:18 +02:00
parent 68ce7acebb
commit d694724f5c
1 changed files with 1 additions and 0 deletions

View File

@ -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;