ServersTransport: set minimum MaxIdleConnsPerHost=-1
This commit is contained in:
parent
2580d0f95c
commit
e4f0f7be35
7 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -107,7 +107,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue