Skip to content

Commit

Permalink
change profile update limit
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriha-chan committed Nov 2, 2023
1 parent fc8953f commit 39d923f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/backend/src/server/api/endpoints/i/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ export const meta = {
kind: 'write:account',

limit: {
duration: ms('2hour'),
max: 90,
duration: ms('30m'),
max: 60,
},

errors: {
Expand Down

0 comments on commit 39d923f

Please sign in to comment.