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
It looks like you have to call api.EnableThrottling() first, then you're able to call api.SetDelay().
The README section on throttling notes that throttling is off by default, but it would be nice to have a nice one-liner that tells the user how to enable Throttling (and explain a little more about the bufferSize argument in the EnableThrottling() function call)
If you do this:
You get the panic:
because
api.bucket
field is nil.The text was updated successfully, but these errors were encountered: