mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-02-03 21:30:20 -07:00
Update rate limit setting
This commit is contained in:
parent
d9078cff42
commit
5dd21e26e3
1 changed files with 1 additions and 2 deletions
|
@ -16,8 +16,7 @@ export const meta = {
|
||||||
|
|
||||||
limit: {
|
limit: {
|
||||||
duration: ms('1hour'),
|
duration: ms('1hour'),
|
||||||
max: 300,
|
max: 300
|
||||||
minInterval: ms('1second')
|
|
||||||
},
|
},
|
||||||
|
|
||||||
kind: 'note-write',
|
kind: 'note-write',
|
||||||
|
|
Loading…
Reference in a new issue