Skip to main content

We Have Moved

The IBM Application Gateway has a new home - docs.verify.ibm.com/gateway

The documentation on this site will no longer be maintained after v21.02, please update your bookmarks.


Max Rate Limiting Buckets

Description

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.

Properties

The following table(s) describe the configuration properties for this component:

Name Type Constraints
max_ratelimiting_buckets number Minimum:1
Maximum:unlimited
Default:16384

Example

 server:
         max_ratelimiting_buckets: 16384