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: {
|
||||
type: 'bucket',
|
||||
size: 20,
|
||||
|
||||
duration: 1000,
|
||||
max: 2,
|
||||
dripRate: 200,
|
||||
},
|
||||
} as const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue