Skip to content

Commit

Permalink
feat(backend): notes/update limit from 10 to 300 per hour
Browse files Browse the repository at this point in the history
  • Loading branch information
caipira113 committed Oct 21, 2024
1 parent d894fc7 commit b72760f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/server/api/endpoints/notes/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const meta = {

limit: {
duration: ms('1hour'),
max: 10,
max: 300,
minInterval: ms('1sec'),
},

Expand Down

0 comments on commit b72760f

Please sign in to comment.