Like a tap with a limited daily flow — once the quota is used, you wait for next day's reset.
windowMs defines the time window (15 min). max defines max requests in that window. After max is hit, requests return 429 Too Many Requests.
> Request: 99/100 in current window — OK > Request: 100/100 — last allowed > Request: 429 Too Many Requests > RateLimit-Remaining: 0
Like a tap with a limited daily flow — once the quota is used, you wait for next day's reset.
windowMs defines the time window (15 min). max defines max requests in that window. After max is hit, requests return 429 Too Many Requests.
> Request: 99/100 in current window — OK > Request: 100/100 — last allowed > Request: 429 Too Many Requests > RateLimit-Remaining: 0
Sign in to cast your vote
Sign in to share your feedback and join the discussion.