Fix ProvidersThrottleDuration doc

This commit is contained in:
Emile Vauge 2016-10-21 16:02:18 +02:00
parent 649cb548d0
commit adcf58da68
No known key found for this signature in database
GPG key ID: D808B4C167352E59
3 changed files with 8 additions and 8 deletions

View file

@ -31,14 +31,14 @@
#
# logLevel = "ERROR"
# Backends throttle duration: minimum duration between 2 events from providers
# Backends throttle duration: minimum duration in seconds between 2 events from providers
# before applying a new configuration. It avoids unnecessary reloads if multiples events
# are sent in a short amount of time.
#
# Optional
# Default: "2s"
# Default: "2"
#
# ProvidersThrottleDuration = "5s"
# ProvidersThrottleDuration = "5"
# If non-zero, controls the maximum idle (keep-alive) to keep per-host. If zero, DefaultMaxIdleConnsPerHost is used.
# If you encounter 'too many open files' errors, you can either change this value, or change `ulimit` value.