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;
|
enable_registration = nathan.services.matrix.enableRegistration;
|
||||||
server_name = nathan.services.matrix.baseDomain;
|
server_name = nathan.services.matrix.baseDomain;
|
||||||
|
|
||||||
|
caches = {
|
||||||
|
global_factor = 2.0;
|
||||||
|
sync_response_cache_duration = "10m";
|
||||||
|
};
|
||||||
|
|
||||||
listeners = [{
|
listeners = [{
|
||||||
port = 8008;
|
port = 8008;
|
||||||
bind_addresses = [ "::1" ];
|
bind_addresses = [ "::1" ];
|
||||||
|
|
Loading…
Reference in New Issue