From 1cbf2bdc6b652ca51b3bb23425f42f733c6c34a0 Mon Sep 17 00:00:00 2001 From: strawberry Date: Fri, 26 Apr 2024 20:58:16 -0400 Subject: [PATCH] update dns_cache_entries example config setting Signed-off-by: strawberry --- conduwuit-example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conduwuit-example.toml b/conduwuit-example.toml index b5dd3b79..5da1b0f1 100644 --- a/conduwuit-example.toml +++ b/conduwuit-example.toml @@ -473,7 +473,7 @@ allow_profile_lookup_federation_requests = true # Maximum entries stored in DNS memory-cache. The size of an entry may vary so please take care if # raising this value excessively. Only decrease this when using an external DNS cache. Please note # that systemd does *not* count as an external cache, even when configured to do so. -#dns_cache_entries = 12288 +#dns_cache_entries = 32768 # Minimum time-to-live in seconds for entries in the DNS cache. The default may appear high to most # administrators; this is by design. Only decrease this if you are using an external DNS cache.