Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
a5dbe419
Commit
a5dbe419
authored
Dec 14, 2011
by
Jeremy C. Reed
Browse files
[master] man page clarification
TODO: this still needs reload_jitter documented
parent
e20572f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/zonemgr/b10-zonemgr.xml
View file @
a5dbe419
...
...
@@ -20,7 +20,7 @@
<refentry>
<refentryinfo>
<date>
May 19
, 2011
</date>
<date>
December 8
, 2011
</date>
</refentryinfo>
<refmeta>
...
...
@@ -107,15 +107,20 @@
<para>
<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.
The maximum amount is 0.5.
The default is 0.25.
The maximum amount is 0.5 (the new timer will be within
half the original time).
The default is 0.25 (up to a quarter sooner).
Set to 0 to disable this jitter.
</para>
<!-- TODO: needs to be documented -->
<!-- TODO: Set to 0 to disable the jitter. -->
<para>
<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.
The default is 0.75.
</para>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment