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
Let's implement a general rate limiter as a middleware. Then we can make another (or the same) middleware that handles custom rate-limiting for specific endpoints, if needed.
As the sign says.
We should rate-limit API calls to prevent overloading the server. Standard stuff, really.
The text was updated successfully, but these errors were encountered: