-
Notifications
You must be signed in to change notification settings - Fork 1k
config properties rate_limiter properties passcode_limits
GitHub Action edited this page Feb 5, 2026
·
27 revisions
v2.4.2
object (Details)
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| tokens | integer |
Required | cannot be null | Config |
| interval | string |
Required | cannot be null | Config |
tokens determines how many operations/requests can occur in the given interval.
tokens
-
is required
-
cannot be null
integer
The default value is:
3interval determines when to reset the token interval.
It must be a (possibly signed) sequence of decimal
numbers, each with optional fraction and a unit suffix, such as "300ms", "-1.5h" or "2h45m".
Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
interval
-
is required
-
cannot be null
string
The default value is:
"1m"