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
To synchronize between clients, a SharedSyncLog is used to distribute log entries. Once all devices have sent and received all log entries up to a certain point, they can be deleted.
To implement:
Add a doPeriodicCleanup() : Promise<void> method to the SharedSyncLog interface
In SharedSharedSyncLogStorage.doPeriodicCleanup(), retrieve the device info for the devices of the current user
Get the minimum of the sharedUntil values of those devices.
Delete all log entries before that value
The text was updated successfully, but these errors were encountered:
To synchronize between clients, a SharedSyncLog is used to distribute log entries. Once all devices have sent and received all log entries up to a certain point, they can be deleted.
To implement:
doPeriodicCleanup() : Promise<void>
method to the SharedSyncLog interfaceSharedSharedSyncLogStorage.doPeriodicCleanup()
, retrieve the device info for the devices of the current usersharedUntil
values of those devices.The text was updated successfully, but these errors were encountered: