mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-06 16:53:58 +09:00
tweak rate limit
This commit is contained in:
@ -13,7 +13,7 @@ export const meta = {
|
|||||||
|
|
||||||
limit: {
|
limit: {
|
||||||
duration: 60000,
|
duration: 60000,
|
||||||
max: 10,
|
max: 15,
|
||||||
},
|
},
|
||||||
|
|
||||||
kind: 'read:notifications',
|
kind: 'read:notifications',
|
||||||
|
Reference in New Issue
Block a user