forked from Drift/pvv-nixos-config
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user