upd: lower minimum wait time on reactions/delete endpoint

Closes #301
This commit is contained in:
Marie 2024-01-03 02:21:49 +01:00
parent d412879560
commit 12d60ea457
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ export const meta = {
limit: {
duration: ms('1hour'),
max: 60,
minInterval: ms('3sec'),
max: 80,
minInterval: ms('1sec'),
},
errors: {