mirror of
https://github.com/traefik/traefik
synced 2026-02-03 08:50:32 +00:00
ServersTransport: set minimum MaxIdleConnsPerHost=-1
This commit is contained in:
committed by
GitHub
parent
2580d0f95c
commit
e4f0f7be35
@@ -2276,7 +2276,7 @@ spec:
|
||||
maxIdleConnsPerHost:
|
||||
description: MaxIdleConnsPerHost controls the maximum idle (keep-alive)
|
||||
to keep per-host.
|
||||
minimum: 0
|
||||
minimum: -1
|
||||
type: integer
|
||||
peerCertURI:
|
||||
description: PeerCertURI defines the peer cert URI used to match against
|
||||
|
||||
Reference in New Issue
Block a user