More config options, bug fixes

This commit is contained in:
simon
2019-05-29 22:49:51 -04:00
parent f6ac796dfd
commit 69f28f1ff7
7 changed files with 127 additions and 53 deletions

2
gc.go
View File

@@ -32,7 +32,7 @@ func (b *Balancer) cleanAllExpiredLimits() {
logrus.WithFields(logrus.Fields{
"removed": before - after,
}).Info("Did limiters cleanup")
}).Info("Cleaned up limiters")
}
func cleanExpiredLimits(proxy *Proxy) {