mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 23:35:50 +01:00
transaction handling fixes
This commit is contained in:
@@ -372,7 +372,7 @@ sqlInit.dbReady.then(async () => {
|
||||
setInterval(cls.wrap(sync), 60000);
|
||||
|
||||
// kickoff initial sync immediately
|
||||
setTimeout(cls.wrap(sync), 1000);
|
||||
setTimeout(cls.wrap(sync), 3000);
|
||||
|
||||
setInterval(cls.wrap(updatePushStats), 1000);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user