Merge remote-tracking branch 'nicholaides/patch-1'

This commit is contained in:
Mark McGranaghan 2012-10-26 07:17:52 -07:00
commit a6df02084a

View File

@ -47,7 +47,7 @@ func main() {
}
// Every 200 milliseconds we'll try to add a new
// value to `limiterBursty`, up to its limit of 3.
// value to `burstyLimiter`, up to its limit of 3.
go func() {
for t := range time.Tick(time.Millisecond * 200) {
burstyLimiter <- t