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