]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Say something about the consequences of using minimum-ttl-override of zero.
authorOtto Moerbeek <otto@drijf.net>
Fri, 20 Nov 2020 10:39:13 +0000 (11:39 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 2 Dec 2020 15:58:23 +0000 (16:58 +0100)
pdns/recursordist/docs/settings.rst

index daa51f485bb8a7c39832847d8cc60c6c8e5012f0..63503ba1b7883a5309b3ea9ea00374d5351894b4 100644 (file)
@@ -521,6 +521,8 @@ 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.
 Can be set at runtime using ``rec_control set-ecs-minimum-ttl 3600``.
 
 .. _setting-ecs-cache-limit-ttl:
@@ -1074,6 +1076,8 @@ returning back to normal processing and handling other events.
 
 This setting artificially raises all TTLs 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.
 Can be set at runtime using ``rec_control set-minimum-ttl 3600``.
 
 .. _setting-new-domain-tracking: