Add a LocalDB Auto Save Mechanism #41
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "f/localdb-autosave"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
During startup, a timer is initialized inside the
LocalDB
which saves itafter 500 milliseconds during startup and then in intervals of 2
minutes, which can be configured in the
ClientConfig
.Fixes #22
👍