Giter Site home page Giter Site logo

Comments (3)

nfriedly avatar nfriedly commented on June 2, 2024 1

That's a good idea! I don't think I want to do it for the default store due to the additional overhead and complexity it adds, but I'd be happy for you to build a new store that implemented your strategy.

We have a guide for creating your own store at https://github.com/express-rate-limit/express-rate-limit/wiki/Creating-Your-Own-Store and then once you have it ready, I'd link to it from the Readme here.

from express-rate-limit.

Zirafnik avatar Zirafnik commented on June 2, 2024

Hey,

I am currently utilizing the Redis store. I was not aware this is handled at the store level?

I thought the express-rate-limiter decided on the strategy (e.g. "Wait for this amount of time, then clear the counter.") and the Stores just exposed the API to do it.

Although it makes sense, for the reset-timers to be handled on the Store level.

So to confirm: It is up to the Stores to determine how they will handle resets?

from express-rate-limit.

nfriedly avatar nfriedly commented on June 2, 2024

Yes, it is up to the stores. Most do a per-user window with the count being reset when the user's window expires, but the default one does a global window with all users getting reset at the same time so that it only needs a single timer running.

It's something I might look into changing eventually, but it'd be a big and likely breaking change, so I'm not sure it will ever happen.

from express-rate-limit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.