Skip to content

Commit

Permalink
DOC:configuration.md: Change description of interval.
Browse files Browse the repository at this point in the history
Signed-off-by: Masataka Mizukoshi <[email protected]>
  • Loading branch information
m-masataka committed May 4, 2017
1 parent 05ac637 commit 7d8dab5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
```
Expand Down

0 comments on commit 7d8dab5

Please sign in to comment.