fix rate limit errors from notes/children
This commit is contained in:
parent
92750240eb
commit
7c170776e5
1 changed files with 4 additions and 3 deletions
|
|
@ -26,10 +26,11 @@ export const meta = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
// 10 calls per 5 seconds
|
// Up to 25 calls, then 4 / second
|
||||||
limit: {
|
limit: {
|
||||||
duration: 1000 * 5,
|
type: 'bucket',
|
||||||
max: 10,
|
size: 25,
|
||||||
|
dripRate: 250,
|
||||||
},
|
},
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue