-
-
Notifications
You must be signed in to change notification settings - Fork 177
Open
Labels
Description
blockDuration
option should be undefined by default, so0
can be used to block keys forever.- Make sure
RateLimiterQueue
is created with defaultmaxQueueSize
even if it isn't set in options object, e.g.new RateLimiterQueue(memoryLimiter, {})
shouldn't result tomaxQueueSize
set toundefined
. - Support for
points
set to 0 and never limit in this case. It is useful for atomic counters.
iondrimba-fb and timonmasberg