Skip to content

Commit

Permalink
Merge pull request uken#315 from uken/unify-time-unit-suffix
Browse files Browse the repository at this point in the history
Use 's' suffix for time typed parameters
  • Loading branch information
cosmo0920 committed Nov 14, 2017
2 parents 1e72c0a + 95db166 commit a0bfc40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ reload_on_failure true # defaults to false
You can set in the elasticsearch-transport how often dead connections from the elasticsearch-transport's pool will be resurrected.

```
resurrect_after 5 # defaults to 60s
resurrect_after 5s # defaults to 60s
```

### include_tag_key, tag_key
Expand Down Expand Up @@ -500,7 +500,7 @@ Starting with version 0.8.0, this gem uses excon, which supports proxy with envi

```
buffer_type memory
flush_interval 60
flush_interval 60s
retry_limit 17
retry_wait 1.0
num_threads 1
Expand Down

0 comments on commit a0bfc40

Please sign in to comment.