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 1, 2017
1 parent 1d78247 commit 05ac637
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: 500
timeout: 10s
threshold: 5
backoff: 1000
backoff: 20s
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: 500
timeout: 10s
threshold: 5
backoff: 1000
backoff: 20s
ignoredmediatypes:
- application/octet-stream
```
Expand Down Expand Up @@ -947,7 +947,7 @@ a file.
| Parameter | Required | Description |
|-----------|----------|-------------------------------------------------------|
| `file` | yes | The path to check for existence of a file. |
| `interval`| no | How long to wait before repeating the check. A positive integer and an optional suffix indicating the unit of time. The suffix is one of `ns`, `us`, `ms`, `s`, `m`, or `h`. Defaults to `10s` if the value is omitted. |
| `interval`| no | How long to wait before repeating the check. A positive integer and an optional suffix indicating the unit of time. The suffix is one of `ns`, `us`, `ms`, `s`, `m`, or `h`. Defaults to `10s` if the value is omitted. If you specify a value but omit the suffix, the value is interpreted as a number of nanoseconds. |

### `http`

Expand Down Expand Up @@ -1109,7 +1109,7 @@ middleware:
baseurl: http://d111111abcdef8.cloudfront.net
privatekey: /path/to/asecret.pem
keypairid: asecret
duration: 60
duration: 60s
```

See the configuration reference for [Cloudfront](#cloudfront) for more
Expand Down

0 comments on commit 05ac637

Please sign in to comment.