p-queue
p-queue copied to clipboard
Consider "strict" argument for sliding window rate limit
Hello,
I like this library as it's more full featured than others. But I see it's missing a "strict" argument like p-throttle has. Thus, I'm assuming it uses a fixed window approach to rate limiting. Is this true? Does it make sense to add a strict argument like p-throttle?
Thank you