add rate limits to all public endpoints
This commit is contained in:
parent
a38d8a91a1
commit
e3b826db5a
243 changed files with 2908 additions and 9 deletions
|
|
@ -22,6 +22,12 @@ export const meta = {
|
|||
id: '4a13ad31-6729-46b4-b9af-e86b265c2e74',
|
||||
},
|
||||
},
|
||||
|
||||
// 120 calls per minute
|
||||
limit: {
|
||||
duration: 1000 * 60,
|
||||
max: 120,
|
||||
},
|
||||
} as const;
|
||||
|
||||
export const paramDef = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue