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
Detecting that a user switched homeserver, so we can stop republishing their Pkarr packet.
Detecting that a user is deleted, so we can stop republish their Pkarr packet.
Never lose user's Pkarr packet (not in an LRU).
Always keep the latest packet per user, and never regress to older packet.
We will need some gatekeeping to avoid spamming the homeserver with users, because Pkarr republishing is expensive among other expensive resources spent per user.
Try to be economic with republishing, and avoid unnecessarily republishing packets too often, or unnecessarily if there are plenty of nodes hosting them.
Some or most of these challenges can be addressed in next milestone though.
The text was updated successfully, but these errors were encountered:
Periodically publish active user's Pkarr records.
challenges include:
Some or most of these challenges can be addressed in next milestone though.
The text was updated successfully, but these errors were encountered: