Max Ratelimiting Buckets
server/max_ratelimiting_buckets
The number of unique request buckets to hold on to for the rate limiting capability. When a request is tokenized, it gets a bucket assigned. If this limit is reached, rate limiting information about the oldest requests will be ejected. This effectively resets the rate limiting counters for this client(s). This number needs to be higher than the number of requests being rate limited across a refresh interval.
Property
Name | Type | Constraints |
---|---|---|
max_ratelimiting_buckets | number | Minimum: 1 Maximum: unlimited Default value: 16384 |
Example
server:
max_ratelimiting_buckets: 16384
Updated over 1 year ago