Add MaxIdleConnsPerHost. Fixes too many open files error.

This commit is contained in:
emile
2016-02-09 22:29:01 +01:00
parent 8b334551d8
commit 49cd7f799e
4 changed files with 75 additions and 56 deletions

View File

@@ -23,6 +23,7 @@ type GlobalConfiguration struct {
Certificates Certificates
LogLevel string
ProvidersThrottleDuration time.Duration
MaxIdleConnsPerHost int
Docker *provider.Docker
File *provider.File
Web *WebProvider