kendrick jung

Results 1 comments of kendrick jung

My guess is that in the package https://github.com/nictuku/nettools/blob/master/ratelimit.go **cache.NewLRUCache(maxHosts)** needs to be repalced by **cache.NewLRUCache(maxHosts,cacheValueSize)** func cacheValueSize(val interface{}) int64 { return val.(*CacheValue).size }