Tweak synapse caches
This commit is contained in:
parent
b521eccf19
commit
71c8745eae
|
@ -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" ];
|
||||
|
|
Loading…
Reference in New Issue