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