in lib/throttle.go [76:80]
func (c *Throttle) setRate(MaxRatePerItem int) { c.mu.Lock() defer c.mu.Unlock() c.maxRatePerItem = MaxRatePerItem }