From: Aram Sargsyan Date: Tue, 18 Oct 2022 13:21:01 +0000 (+0000) Subject: Fix prefetch "trigger" value's documentation in ARM X-Git-Tag: v9.19.7~35^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef344b1f52ff531a713a26aa7fbdb7715a7aadcf;p=thirdparty%2Fbind9.git Fix prefetch "trigger" value's documentation in ARM For the prefetch "trigger" parameter ARM states that when a cache record with a lower TTL value is encountered during query processing, it is refreshed. But in reality, the record is refreshed when the TTL value is lower or equal to the configured "trigger" value. Fix the documentation to make it match with with the code. --- diff --git a/doc/arm/reference.rst b/doc/arm/reference.rst index ff36672cc4d..7fbb2d4e5a5 100644 --- a/doc/arm/reference.rst +++ b/doc/arm/reference.rst @@ -4598,7 +4598,7 @@ Tuning :any:`prefetch` specifies the "trigger" TTL value at which prefetch of the current query takes place; when a cache record with a - lower TTL value is encountered during query processing, it is + lower or equal TTL value is encountered during query processing, it is refreshed. Valid trigger TTL values are 1 to 10 seconds. Values larger than 10 seconds are silently reduced to 10. Setting a trigger TTL to zero causes prefetch to be disabled. The default