Merge current v3.4 into master
This commit is contained in:
commit
c5f7381c80
13 changed files with 196 additions and 40 deletions
|
|
@ -327,6 +327,11 @@ serversTransport:
|
|||
--serversTransport.maxIdleConnsPerHost=7
|
||||
```
|
||||
|
||||
!!! info "Disable connection reuse"
|
||||
|
||||
The default value of `maxIdleConnsPerHost` is 2, and the zero value is the fallback to the default (2).
|
||||
If you want to disable connection reuse, set `maxIdleConnsPerHost` to -1.
|
||||
|
||||
#### `spiffe`
|
||||
|
||||
Please note that [SPIFFE](../https/spiffe.md) must be enabled in the static configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue