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

Clean up outdated locally stored user profiles #3150

Open
HenrikJannsen opened this issue Jan 28, 2025 · 0 comments
Open

Clean up outdated locally stored user profiles #3150

HenrikJannsen opened this issue Jan 28, 2025 · 0 comments
Assignees

Comments

@HenrikJannsen
Copy link
Contributor

We keep locally user profiles which have expired their TTL of 15 days.

The profile age data has a TTL of 30 days, and the other reputation data of 100 days.

Thus if the locally stored user profile is older than 30 days we show N/A as profile age. If it is older than 100 days, the reputation data will get removed and the reputation score will drop.

We should consider to either clean up user profiles which have expired, or mark them in the UI (visible mainly in the reputation score list) as expired if we want to keep them.

For privacy reasons I guess purging them is the preferred way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant