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