>>

Rate Limit Conf

Represents a single rate limit.

FieldTypeDescription
reset_afterNumberThe amount of seconds after which the rate limit resets.
limitNumberThe amount of requests that can be made within the reset_after interval.
>>

Example

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