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:
dakkar 2024-06-07 15:10:16 +01:00
parent 388926775e
commit 079abfd713

View file

@ -30,8 +30,8 @@ export const meta = {
prohibitMoved: true,
limit: {
duration: ms('1hour'),
max: 300,
duration: ms('1minute'),
max: 5,
},
kind: 'write:notes',