From 99ab2109525d721a39bd1046e1673c6a12145e94 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Fri, 4 Dec 2020 11:22:15 +0100 Subject: [PATCH] each -> every Co-authored-by: Remi Gacogne --- pdns/recursordist/docs/settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/docs/settings.rst b/pdns/recursordist/docs/settings.rst index 63503ba1b7..c5f5a9cc31 100644 --- a/pdns/recursordist/docs/settings.rst +++ b/pdns/recursordist/docs/settings.rst @@ -522,7 +522,7 @@ That is, only if both the limits apply, the record will not be cached. This setting artificially raises the TTLs of records in the ANSWER section of ECS-specific answers to be at least this long. Setting this to a value greater than 1 technically is an RFC violation, but might improve performance a lot. Using a value of 0 impacts performance of TTL 0 records greatly, since it forces the recursor to contact -authoritative servers each time a client requests them. +authoritative servers every time a client requests them. Can be set at runtime using ``rec_control set-ecs-minimum-ttl 3600``. .. _setting-ecs-cache-limit-ttl: -- 2.47.2