RateLimiter constructor

RateLimiter(
  1. RateLimiterConfig config
)

Creates a limiter with the given configuration.

Implementation

RateLimiter(this.config);