Docs: Update default value for DefaultMaxIdleConnsPerHost.
This commit is contained in:
parent
ef83a5936d
commit
ec7ba15955
2 changed files with 10 additions and 6 deletions
|
@ -77,11 +77,13 @@
|
||||||
#
|
#
|
||||||
# IdleTimeout = "360s"
|
# IdleTimeout = "360s"
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
|
|
|
@ -58,11 +58,13 @@
|
||||||
#
|
#
|
||||||
# ProvidersThrottleDuration = "5s"
|
# ProvidersThrottleDuration = "5s"
|
||||||
|
|
||||||
# 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…
Reference in a new issue