fixed syncing of erased notes, closes #2316

This commit is contained in:
zadam
2021-11-12 21:19:23 +01:00
parent 600c16551a
commit df0411197b
5 changed files with 38 additions and 8 deletions

View File

@@ -705,7 +705,7 @@ sqlInit.dbReady.then(() => {
setInterval(cls.wrap(runPeriodicChecks), 60 * 60 * 1000);
// kickoff checks soon after startup (to not block the initial load)
setTimeout(cls.wrap(runPeriodicChecks), 10 * 1000);
setTimeout(cls.wrap(runPeriodicChecks), 4 * 1000);
});
module.exports = {