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
|
||||
url: https://my.listener.com/event
|
||||
headers: <http.Header>
|
||||
timeout: 10s
|
||||
threshold: 5
|
||||
backoff: 20s
|
||||
timeout: 1s
|
||||
threshold: 10
|
||||
backoff: 1s
|
||||
ignoredmediatypes:
|
||||
- application/octet-stream
|
||||
redis:
|
||||
|
@ -816,9 +816,9 @@ notifications:
|
|||
disabled: false
|
||||
url: https://my.listener.com/event
|
||||
headers: <http.Header>
|
||||
timeout: 10s
|
||||
threshold: 5
|
||||
backoff: 20s
|
||||
timeout: 1s
|
||||
threshold: 10
|
||||
backoff: 1s
|
||||
ignoredmediatypes:
|
||||
- application/octet-stream
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue