feat(backend): notes/update
limit from 10 to 300 per hour
This commit is contained in:
parent
d894fc7f12
commit
b72760fd25
@ -24,7 +24,7 @@ export const meta = {
|
|||||||
|
|
||||||
limit: {
|
limit: {
|
||||||
duration: ms('1hour'),
|
duration: ms('1hour'),
|
||||||
max: 10,
|
max: 300,
|
||||||
minInterval: ms('1sec'),
|
minInterval: ms('1sec'),
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user