mirror of
https://github.com/traefik/traefik.git
synced 2025-08-22 15:11:12 +02:00
Docs: Update default value for DefaultMaxIdleConnsPerHost.
This commit is contained in:
parent
2958a67ce5
commit
9541ee4cf6
@ -62,11 +62,13 @@
|
|||||||
#
|
#
|
||||||
# ProvidersThrottleDuration = "5"
|
# ProvidersThrottleDuration = "5"
|
||||||
|
|
||||||
# If non-zero, controls the maximum idle (keep-alive) to keep per-host. If zero, DefaultMaxIdleConnsPerHost is used.
|
# Controls the maximum idle (keep-alive) connections to keep per-host. If zero, DefaultMaxIdleConnsPerHost
|
||||||
# If you encounter 'too many open files' errors, you can either change this value, or change `ulimit` value.
|
# from the Go standard library net/http module is used.
|
||||||
|
# If you encounter 'too many open files' errors, you can either increase this
|
||||||
|
# value or change the `ulimit`.
|
||||||
#
|
#
|
||||||
# Optional
|
# Optional
|
||||||
# Default: http.DefaultMaxIdleConnsPerHost
|
# Default: 200
|
||||||
#
|
#
|
||||||
# MaxIdleConnsPerHost = 200
|
# MaxIdleConnsPerHost = 200
|
||||||
|
|
||||||
|
@ -53,11 +53,13 @@
|
|||||||
#
|
#
|
||||||
# ProvidersThrottleDuration = "5"
|
# ProvidersThrottleDuration = "5"
|
||||||
|
|
||||||
# If non-zero, controls the maximum idle (keep-alive) to keep per-host. If zero, DefaultMaxIdleConnsPerHost is used.
|
# Controls the maximum idle (keep-alive) connections to keep per-host. If zero, DefaultMaxIdleConnsPerHost
|
||||||
# If you encounter 'too many open files' errors, you can either change this value, or change `ulimit` value.
|
# from the Go standard library net/http module is used.
|
||||||
|
# If you encounter 'too many open files' errors, you can either increase this
|
||||||
|
# value or change the `ulimit`.
|
||||||
#
|
#
|
||||||
# Optional
|
# Optional
|
||||||
# Default: http.DefaultMaxIdleConnsPerHost
|
# Default: 200
|
||||||
#
|
#
|
||||||
# MaxIdleConnsPerHost = 200
|
# MaxIdleConnsPerHost = 200
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user