forked from Ivasoft/traefik
Add MaxIdleConnsPerHost. Fixes too many open files error.
This commit is contained in:
@@ -23,6 +23,7 @@ type GlobalConfiguration struct {
|
||||
Certificates Certificates
|
||||
LogLevel string
|
||||
ProvidersThrottleDuration time.Duration
|
||||
MaxIdleConnsPerHost int
|
||||
Docker *provider.Docker
|
||||
File *provider.File
|
||||
Web *WebProvider
|
||||
|
||||
Reference in New Issue
Block a user