ratelimit icon indicating copy to clipboard operation
ratelimit copied to clipboard

Question: does this rate limit by IP or is it just by caller?

Open Integralist opened this issue 6 years ago • 2 comments

As per the title, I just wanted to check if this rate limits by IP or by caller?

Couldn't see anything related to IP restrictions in the code so am presuming it's a fairly simple implementation.

Cool project nonetheless though, so thanks for sharing it with the world 👍

Integralist avatar Feb 15 '19 12:02 Integralist

The name of the package may be misleading as it is more akin to throttling. When I originally wrote it I was working with making API requests which led me to the name.

tomasbasham avatar Feb 15 '19 12:02 tomasbasham

Yes. Shortly speaking, this project is about clients, not servers.

konstunn avatar Mar 07 '20 15:03 konstunn