You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: