rate limit note/reply/boost creation more tightly
5/minute is the same as 300/hour on average, and still high enough that it shouldn't be a problem for most people
This commit is contained in:
parent
388926775e
commit
079abfd713
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ export const meta = {
|
|||
prohibitMoved: true,
|
||||
|
||||
limit: {
|
||||
duration: ms('1hour'),
|
||||
max: 300,
|
||||
duration: ms('1minute'),
|
||||
max: 5,
|
||||
},
|
||||
|
||||
kind: 'write:notes',
|
||||
|
|
Loading…
Reference in a new issue