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
Add session last active to keep track of old unused sessions.
Biggest challenge in this is to not write to LMDB too often, so we will need a buffer, which will be useful for other features like keeping track of users whose data were never accessed for a while, allowing deleting them or archiving their data and at least stop republishing their keys.
The text was updated successfully, but these errors were encountered:
Add session last active to keep track of old unused sessions.
Biggest challenge in this is to not write to LMDB too often, so we will need a buffer, which will be useful for other features like keeping track of users whose data were never accessed for a while, allowing deleting them or archiving their data and at least stop republishing their keys.
The text was updated successfully, but these errors were encountered: