Add backend throttle duration, resolves https://github.com/EmileVauge/traefik/issues/46
This commit is contained in:
parent
fd234c683c
commit
46e162e6a9
4 changed files with 64 additions and 16 deletions
|
@ -107,6 +107,16 @@ For example:
|
|||
#
|
||||
# CertFile = "traefik.crt"
|
||||
# KeyFile = "traefik.key"
|
||||
|
||||
# Backends throttle duration: minimum duration 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"
|
||||
#
|
||||
# BackendsThrottleDuration = "5s"
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue