DOC:configuration.md: Change description of interval.

Signed-off-by: Masataka Mizukoshi <m.mizukoshi.wakuwaku@gmail.com>
This commit is contained in:
Masataka Mizukoshi 2017-05-04 19:14:29 +00:00
parent 05ac637aec
commit 7d8dab5fdc

View file

@ -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
```