mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-09 09:40:45 -04:00
fix: doc: Fix typo in ARM related to max-stale-ttl
The text that stale-cache-enable is set to no has no effect on max-cache-ttl, but on max-stale-ttl. Closes #5181 Merge branch '5181-max-stale-ttl-typo-arm' into 'main' See merge request isc-projects/bind9!10108
This commit is contained in:
commit
bf7efe03b0
1 changed files with 1 additions and 1 deletions
|
|
@ -4138,7 +4138,7 @@ Tuning
|
|||
:any:`stale-answer-enable` option or by calling :option:`rndc serve-stale on <rndc serve-stale>`.
|
||||
|
||||
When :any:`stale-cache-enable` is set to ``no``, setting the :any:`max-stale-ttl`
|
||||
has no effect; the value of :any:`max-cache-ttl` is ``0`` in such a case.
|
||||
has no effect; the value of :any:`max-stale-ttl` is ``0`` in such a case.
|
||||
|
||||
.. namedconf:statement:: sig-validity-interval
|
||||
:tags: obsolete
|
||||
|
|
|
|||
Loading…
Reference in a new issue