Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 2.01 KB

ratelimits.md

File metadata and controls

10 lines (7 loc) · 2.01 KB

Ratelimits

Fields

Field Type Required Description Example
Name string ✔️ The name of this limit. You will need to use this again when verifying a key. tokens
Limit int64 ✔️ How many requests may pass within a given window before requests are rejected. 10
Duration int64 ✔️ The duration for each ratelimit window in milliseconds. 1000