0
0

feat(backend): notes/update limit from 10 to 300 per hour

This commit is contained in:
caipira113 2024-10-21 21:48:34 +09:00
parent d894fc7f12
commit b72760fd25
No known key found for this signature in database

View File

@ -24,7 +24,7 @@ export const meta = {
limit: {
duration: ms('1hour'),
max: 10,
max: 300,
minInterval: ms('1sec'),
},