i/notificationsのレートリミットを緩和

SubwayTooterのバグ対策でレートリミットを設定していたが、通常の使い方でも引っかかることもあるため緩和
This commit is contained in:
tamaina 2023-02-09 08:32:42 +00:00
parent f80bf1fb1c
commit 6e61a36d05
2 changed files with 2 additions and 1 deletions

View file

@ -12,6 +12,7 @@ You should also include the user name that made the change.
### Improvements
- Server: UIのHTMLートなどの特別なページを除くのキャッシュ時間を15秒から30秒に
- i/notificationsのレートリミットを緩和
### Bugfixes
-

View file

@ -15,7 +15,7 @@ export const meta = {
requireCredential: true,
limit: {
duration: 60000,
duration: 30000,
max: 15,
},