Add a LocalDB Auto Save Mechanism #41
No reviewers
Labels
No Label
client
server
user made
L
M
S
XL
bug
bugfix
discussion
documentation
feature
maintenance
postponed
refactoring
wontfix
No Milestone
No Assignees
2 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: zdm/envoy#41
Loading…
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
👍