From 863f6a66ae230d95741a8361864ea7e381dd5c08 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Fri, 22 Jan 2021 11:27:04 +0000 Subject: [PATCH] Default 5m --- build/docker/config/dendrite-config.yaml | 2 +- dendrite-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/docker/config/dendrite-config.yaml b/build/docker/config/dendrite-config.yaml index 3d6c56afa..dd29cc078 100644 --- a/build/docker/config/dendrite-config.yaml +++ b/build/docker/config/dendrite-config.yaml @@ -100,7 +100,7 @@ global: # Maximum number of entries to hold in the DNS cache, and # for how long those items should be considered valid. cache_size: 256 - cache_lifetime: 600 + cache_lifetime: 300 # Configuration for the Appservice API. app_service_api: diff --git a/dendrite-config.yaml b/dendrite-config.yaml index 971e3cf06..966399aad 100644 --- a/dendrite-config.yaml +++ b/dendrite-config.yaml @@ -112,7 +112,7 @@ global: # Maximum number of entries to hold in the DNS cache, and # for how long those items should be considered valid. cache_size: 256 - cache_lifetime: 600 + cache_lifetime: 300 # Configuration for the Appservice API. app_service_api: