From 7d8dab5fdc23c21546430d4f723e3c540d16b3f7 Mon Sep 17 00:00:00 2001 From: Masataka Mizukoshi Date: Thu, 4 May 2017 19:14:29 +0000 Subject: [PATCH] DOC:configuration.md: Change description of interval. Signed-off-by: Masataka Mizukoshi --- docs/configuration.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 4dfb9a9b..995fe5dc 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -223,9 +223,9 @@ notifications: disabled: false url: https://my.listener.com/event headers: - 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: - timeout: 10s - threshold: 5 - backoff: 20s + timeout: 1s + threshold: 10 + backoff: 1s ignoredmediatypes: - application/octet-stream ```