i/updateのレートリミットを緩和
This commit is contained in:
parent
c54baf873b
commit
6a73f7c108
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ export const meta = {
|
|||
|
||||
limit: {
|
||||
duration: ms('1hour'),
|
||||
max: 10,
|
||||
max: 20,
|
||||
},
|
||||
|
||||
errors: {
|
||||
|
|
Loading…
Reference in a new issue