enhance(server): add rate limits for some endpoints
This commit is contained in:
parent
e46e7f5252
commit
2047449294
7 changed files with 28 additions and 4 deletions
|
@ -18,7 +18,7 @@ export const meta = {
|
|||
|
||||
limit: {
|
||||
duration: ms('1hour'),
|
||||
max: 300,
|
||||
max: 20,
|
||||
},
|
||||
|
||||
res: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue