fastify / fastify-rate-limit

A low overhead rate limiter for your routes
MIT License
477 stars 66 forks source link

perf: remove isNaN check from the handler #329

Closed gurgunday closed 10 months ago

gurgunday commented 10 months ago

We don't need to call isNaN for each request, we can just check for it once during route registration

gurgunday commented 10 months ago

Coverage