mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 19:50:00 -04:00
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.
(cherry picked from commit ef344b1f52)
This commit is contained in:
parent
b7149536ee
commit
6d64f9e4ec
1 changed files with 1 additions and 1 deletions
|
|
@ -4601,7 +4601,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
|
||||
|
|
|
|||
Loading…
Reference in a new issue