Represents a single rate limit.


Example

{
"reset_after": 60,
"limit": 30
}

Hierarchy

  • RateLimitConf

Properties

Properties

limit: number

The amount of requests that can be made within the reset_after interval.

reset_after: number

The amount of seconds after which the rate limit resets.