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
Added RateLimitMode.SmallBurst as middle ground option
RateLimitMode.Pace seems like it causes a lot of unneeded delays for most cases, but RateLimitMode.Burst option can cause a very long lockout to the user / program as well. I think having a nice middle ground of 5 requests every 10 seconds would be nice and it has no negative impact.
0 commit comments