DOC:configuration.md: Change description of interval.
Signed-off-by: Masataka Mizukoshi <m.mizukoshi.wakuwaku@gmail.com>
This commit is contained in:
parent
05ac637aec
commit
7d8dab5fdc
1 changed files with 6 additions and 6 deletions
|
@ -223,9 +223,9 @@ notifications:
|
||||||
disabled: false
|
disabled: false
|
||||||
url: https://my.listener.com/event
|
url: https://my.listener.com/event
|
||||||
headers: <http.Header>
|
headers: <http.Header>
|
||||||
timeout: 10s
|
timeout: 1s
|
||||||
threshold: 5
|
threshold: 10
|
||||||
backoff: 20s
|
backoff: 1s
|
||||||
ignoredmediatypes:
|
ignoredmediatypes:
|
||||||
- application/octet-stream
|
- application/octet-stream
|
||||||
redis:
|
redis:
|
||||||
|
@ -816,9 +816,9 @@ notifications:
|
||||||
disabled: false
|
disabled: false
|
||||||
url: https://my.listener.com/event
|
url: https://my.listener.com/event
|
||||||
headers: <http.Header>
|
headers: <http.Header>
|
||||||
timeout: 10s
|
timeout: 1s
|
||||||
threshold: 5
|
threshold: 10
|
||||||
backoff: 20s
|
backoff: 1s
|
||||||
ignoredmediatypes:
|
ignoredmediatypes:
|
||||||
- application/octet-stream
|
- application/octet-stream
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue