transaction handling fixes

This commit is contained in:
zadam
2020-06-14 00:35:53 +02:00
parent 0df7851214
commit e0b4b369dc
4 changed files with 21 additions and 22 deletions

View File

@@ -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);
});