mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
[master] document that zone rate-limiters have a floor of 1/second
This commit is contained in:
parent
0f5144163c
commit
0c9b9b5e92
@ -7794,18 +7794,20 @@ avoid-v6-udp-ports {};
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><command>notify-rate</command></term>
|
<term><command>notify-rate</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
The rate at which NOTIFY requests will be sent
|
The rate at which NOTIFY requests will be sent
|
||||||
during normal zone maintenance operations. (NOTIFY
|
during normal zone maintenance operations. (NOTIFY
|
||||||
requests due to initial zone loading are subject
|
requests due to initial zone loading are subject
|
||||||
to a separate rate limit; see below.) The default is
|
to a separate rate limit; see below.) The default is
|
||||||
20 per second.
|
20 per second.
|
||||||
</para>
|
The lowest possible rate is one per second; when set
|
||||||
</listitem>
|
to zero, it will be silently raised to one.
|
||||||
</varlistentry>
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><command>startup-notify-rate</command></term>
|
<term><command>startup-notify-rate</command></term>
|
||||||
@ -7815,6 +7817,8 @@ avoid-v6-udp-ports {};
|
|||||||
when the name server is first starting up, or when
|
when the name server is first starting up, or when
|
||||||
zones have been newly added to the nameserver.
|
zones have been newly added to the nameserver.
|
||||||
The default is 20 per second.
|
The default is 20 per second.
|
||||||
|
The lowest possible rate is one per second; when set
|
||||||
|
to zero, it will be silently raised to one.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -7832,6 +7836,8 @@ avoid-v6-udp-ports {};
|
|||||||
<command>serial-query-rate</command> option, an
|
<command>serial-query-rate</command> option, an
|
||||||
integer, is the maximum number of queries sent
|
integer, is the maximum number of queries sent
|
||||||
per second. The default is 20 per second.
|
per second. The default is 20 per second.
|
||||||
|
The lowest possible rate is one per second; when set
|
||||||
|
to zero, it will be silently raised to one.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user