Skip to content

Future major v8 notes #141

@animir

Description

@animir
  1. blockDuration option should be undefined by default, so 0 can be used to block keys forever.
  2. Make sure RateLimiterQueue is created with default maxQueueSize even if it isn't set in options object, e.g. new RateLimiterQueue(memoryLimiter, {}) shouldn't result to maxQueueSize set to undefined.
  3. Support for points set to 0 and never limit in this case. It is useful for atomic counters.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions