You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation of rate.Limiter.WaitN function says that it blocks until lim permits n events to happen and that it returns an error if n exceeds the Limiter's burst size.
However the documentation of rate.Limiter type says that, as a special case, if rate limit is Inf, burst size is ignored.
The text was updated successfully, but these errors were encountered:
The documentation of rate.Limiter.WaitN function says that it blocks until lim permits n events to happen and that it returns an error if n exceeds the Limiter's burst size.
However the documentation of rate.Limiter type says that, as a special case, if rate limit is Inf, burst size is ignored.
The text was updated successfully, but these errors were encountered: