From: Otto Moerbeek Date: Fri, 4 Dec 2020 10:22:15 +0000 (+0100) Subject: each -> every X-Git-Tag: rec-4.5.0-alpha1~87^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9720%2Fhead;p=thirdparty%2Fpdns.git each -> every Co-authored-by: Remi Gacogne --- 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: