Add MaxIdleConnsPerHost. Fixes too many open files error.
This commit is contained in:
parent
8b334551d8
commit
49cd7f799e
4 changed files with 75 additions and 56 deletions
|
@ -23,6 +23,7 @@ type GlobalConfiguration struct {
|
|||
Certificates Certificates
|
||||
LogLevel string
|
||||
ProvidersThrottleDuration time.Duration
|
||||
MaxIdleConnsPerHost int
|
||||
Docker *provider.Docker
|
||||
File *provider.File
|
||||
Web *WebProvider
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue