mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 02:42:33 -05:00
regen master
This commit is contained in:
parent
90174e64f4
commit
e2b184f84e
3 changed files with 6 additions and 6 deletions
|
|
@ -6007,10 +6007,10 @@ avoid-v6-udp-ports { 40000; range 50000 60000; };
|
|||
without waiting for the SERVFAIL TTL to expire.
|
||||
</p>
|
||||
<p>
|
||||
The maximum value is <code class="literal">300</code>
|
||||
(5 minutes); any higher value will be silently
|
||||
reduced. The default is <code class="literal">10</code>
|
||||
seconds.
|
||||
The maximum value is <code class="literal">30</code>
|
||||
seconds; any higher value will be silently
|
||||
reduced. The default is <code class="literal">1</code>
|
||||
second.
|
||||
</p>
|
||||
</dd>
|
||||
<dt><span class="term"><span class="command"><strong>max-ncache-ttl</strong></span></span></dt>
|
||||
|
|
|
|||
|
|
@ -288,7 +288,7 @@
|
|||
the cache times out. This reduces the frequency of retries
|
||||
when a query is persistently failing, which can be a burden
|
||||
on recursive serviers. The SERVFAIL cache timeout is controlled
|
||||
by <code class="option">servfail-ttl</code>, which defaults to 10 seconds
|
||||
by <code class="option">servfail-ttl</code>, which defaults to 1 second
|
||||
and has an upper limit of 30.
|
||||
</p></li>
|
||||
<li class="listitem"><p>
|
||||
|
|
|
|||
|
|
@ -249,7 +249,7 @@
|
|||
the cache times out. This reduces the frequency of retries
|
||||
when a query is persistently failing, which can be a burden
|
||||
on recursive serviers. The SERVFAIL cache timeout is controlled
|
||||
by <code class="option">servfail-ttl</code>, which defaults to 10 seconds
|
||||
by <code class="option">servfail-ttl</code>, which defaults to 1 second
|
||||
and has an upper limit of 30.
|
||||
</p></li>
|
||||
<li class="listitem"><p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue