mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 14:05:33 +00:00
[master] man page clarification
TODO: this still needs reload_jitter documented
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
<refentry>
|
<refentry>
|
||||||
|
|
||||||
<refentryinfo>
|
<refentryinfo>
|
||||||
<date>May 19, 2011</date>
|
<date>December 8, 2011</date>
|
||||||
</refentryinfo>
|
</refentryinfo>
|
||||||
|
|
||||||
<refmeta>
|
<refmeta>
|
||||||
@@ -107,15 +107,20 @@
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
<varname>refresh_jitter</varname>
|
<varname>refresh_jitter</varname>
|
||||||
|
is used to provide a time range for randomizing the refresh
|
||||||
|
and retry timers to help avoid many zones needing to do a refresh
|
||||||
|
or retry at the same time.
|
||||||
This value is a real number.
|
This value is a real number.
|
||||||
The maximum amount is 0.5.
|
The maximum amount is 0.5 (the new timer will be within
|
||||||
The default is 0.25.
|
half the original time).
|
||||||
|
The default is 0.25 (up to a quarter sooner).
|
||||||
|
Set to 0 to disable this jitter.
|
||||||
</para>
|
</para>
|
||||||
<!-- TODO: needs to be documented -->
|
|
||||||
<!-- TODO: Set to 0 to disable the jitter. -->
|
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
<varname>reload_jitter</varname>
|
<varname>reload_jitter</varname>
|
||||||
|
<!-- is used to provide a slight random variation -->
|
||||||
|
<!-- TODO: ask what the purpose of this is and why 0.75. -->
|
||||||
This value is a real number.
|
This value is a real number.
|
||||||
The default is 0.75.
|
The default is 0.75.
|
||||||
</para>
|
</para>
|
||||||
|
Reference in New Issue
Block a user