fix GraceTimeOut description
Documentation stated that GraceTimeOut describes the timeout between hot-reloads, which is not the case. GraceTimeOut describes the timeout Traefik uses to finish serving active requests before stopping only.
This commit is contained in:
parent
40d9058bb6
commit
cd28e7b24f
3 changed files with 9 additions and 9 deletions
|
@ -9,10 +9,10 @@
|
|||
# Global configuration
|
||||
################################################################
|
||||
|
||||
# Duration to give active requests a chance to finish during hot-reloads.
|
||||
# Can be provided in a format supported by [time.ParseDuration](https://golang.org/pkg/time/#ParseDuration) or as raw
|
||||
# values (digits). If no units are provided, the value is parsed assuming
|
||||
# seconds.
|
||||
# Duration to give active requests a chance to finish before Traefik stops.
|
||||
# Can be provided in a format supported by [time.ParseDuration](https://golang.org/pkg/time/#ParseDuration) or as raw values (digits).
|
||||
# If no units are provided, the value is parsed assuming seconds.
|
||||
# Note: in this time frame no new requests are accepted.
|
||||
#
|
||||
# Optional
|
||||
# Default: "10s"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue