fix rate limit in /emojis endpoint
This commit is contained in:
parent
3baebd82db
commit
15e76806ff
1 changed files with 1 additions and 3 deletions
|
|
@ -38,9 +38,7 @@ export const meta = {
|
||||||
limit: {
|
limit: {
|
||||||
type: 'bucket',
|
type: 'bucket',
|
||||||
size: 20,
|
size: 20,
|
||||||
|
dripRate: 200,
|
||||||
duration: 1000,
|
|
||||||
max: 2,
|
|
||||||
},
|
},
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue