mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
plugin/reload: Fix "durations" documentation link (#3431)
* plugin/reload/README.md: Fix the syntax of the link to the Go documentation for duration values. Signed-off-by: Miciah Dashiel Butler Masters <mmasters@redhat.com>
This commit is contained in:
committed by
Yong Tang
parent
21fe65ed8d
commit
1942746c48
@@ -40,7 +40,7 @@ reload [INTERVAL] [JITTER]
|
||||
|
||||
The plugin will check for changes every **INTERVAL**, subject to +/- the **JITTER** duration.
|
||||
|
||||
* **INTERVAL** and **JITTER** are Golang (durations)[[https://golang.org/pkg/time/#ParseDuration](https://golang.org/pkg/time/#ParseDuration)].
|
||||
* **INTERVAL** and **JITTER** are Golang [durations](https://golang.org/pkg/time/#ParseDuration).
|
||||
The default **INTERVAL** is 30s, default **JITTER** is 15s, the minimal value for **INTERVAL**
|
||||
is 2s, and for **JITTER** it is 1s. If **JITTER** is more than half of **INTERVAL**, it will be
|
||||
set to half of **INTERVAL**
|
||||
|
||||
Reference in New Issue
Block a user