Tweak synapse caches

This commit is contained in:
Nathan McCarty 2023-06-04 21:35:43 -04:00
parent b521eccf19
commit 71c8745eae
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,11 @@ in with lib; {
enable_registration = nathan.services.matrix.enableRegistration;
server_name = nathan.services.matrix.baseDomain;
caches = {
global_factor = 2.0;
sync_response_cache_duration = "10m";
};
listeners = [{
port = 8008;
bind_addresses = [ "::1" ];