Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

遡れる通知の数をサーバーごとに設定可能にしてほしい #11227

Closed
anatawa12 opened this issue Jul 10, 2023 · 3 comments
Closed
Labels
✨Feature This adds/improves/enhances a feature

Comments

@anatawa12
Copy link
Member

anatawa12 commented Jul 10, 2023

Summary

タイトルの通り、遡れる通知の数をサーバーごとに設定可能にしてほしいです。

misskeyにおいてリアクション通知の数が多くなり直近のフォロー通知が見えなくなることがあるため、サーバーごとに変更可能にし、負荷(等)にあわせた調整可能にしてほしいです。

おそらくですがここの300が設定可能だと解決すると思いました

const redisIdPromise = this.redisClient.xadd(
`notificationTimeline:${notifieeId}`,
'MAXLEN', '~', '300',
'*',
'data', JSON.stringify(notification));

@anatawa12 anatawa12 added the ✨Feature This adds/improves/enhances a feature label Jul 10, 2023
@tamaina
Copy link
Contributor

tamaina commented Feb 19, 2024

ロールだと難しい?

@anatawa12
Copy link
Member Author

これよく見たらすでに実装されてるのでclose as completedしていいやつですね。

meta(guiから設定可能)ではなくconfig名の少し気になるけど。あとはロールで再実装はしても良さそうですが

f53cffa

const redisIdPromise = this.redisClient.xadd(
`notificationTimeline:${notifieeId}`,
'MAXLEN', '~', this.config.perUserNotificationsMaxCount.toString(),
'*',
'data', JSON.stringify(notification));

@tamaina
Copy link
Contributor

tamaina commented Feb 19, 2024

FTTはmetaからいじれるのに

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨Feature This adds/improves/enhances a feature
Projects
None yet
Development

No branches or pull requests

2 participants