1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-04-30 16:55:40 +02:00

tweak rate limit

This commit is contained in:
syuilo
2022-07-24 17:56:48 +09:00
committed by GitHub
parent 212b2c738b
commit 9f5c8f42e0

View File

@@ -13,7 +13,7 @@ export const meta = {
limit: {
duration: 60000,
max: 10,
max: 15,
},
kind: 'read:notifications',