Add a LocalDB auto save mechanism

During startup, a timer is initialized inside the LocalDB which saves it
after 500 milliseconds during startup and then in intervals of 2
minutes, which can be configured in the ClientConfig.
This commit is contained in:
2020-09-22 16:37:43 +02:00
parent 5b4f2762e5
commit f36f330c81
4 changed files with 25 additions and 3 deletions

View File

@ -1,8 +1,6 @@
server=localhost
port=8080
localDB=localDB
password=
user=
ignoreLocalDB=false
localDBSaveInterval=2
consoleLevelBarrier=FINER
fileLevelBarrier=OFF