Merge remote-tracking branch 'nicholaides/patch-1'
This commit is contained in:
commit
a6df02084a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user