Readonly
limitMaximum number of requests allowed in the time window.
This defines how many requests a client can make within the specified time window before rate limiting is applied.
Optional
Readonly
storeStorage backend for rate limit data.
Readonly
windowTime window in seconds during which the request limit applies.
This defines the duration of the rate limiting window. For example, a window of 60 with a limit of 100 allows 100 requests per minute per client.
Options to configure the rate limit plugin.
Example