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
Previous versions defaulted to block=False for the decorator, which was
surprising and lead to more than a few issues being filed. This change
reverses the default, setting block=True on the decorator. To opt into
the previous behavior, use block=False.
Fixes#269
Per the discussion in #229, as part of this major/breaking version, the default behavior of the
@ratelimit
decorator should be to block requests.The text was updated successfully, but these errors were encountered: