mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-03 15:06:27 +09:00
i/notificationsのレートリミットを緩和
SubwayTooterのバグ対策でレートリミットを設定していたが、通常の使い方でも引っかかることもあるため緩和
This commit is contained in:
@ -15,7 +15,7 @@ export const meta = {
|
||||
requireCredential: true,
|
||||
|
||||
limit: {
|
||||
duration: 60000,
|
||||
duration: 30000,
|
||||
max: 15,
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user