fix SQL console

This commit is contained in:
zadam
2021-07-27 22:08:41 +02:00
parent f50084dc1b
commit 669eaa7509
7 changed files with 32 additions and 30 deletions

View File

@@ -396,7 +396,7 @@ require("../becca/becca_loader").beccaLoaded.then(() => {
setInterval(cls.wrap(sync), 60000);
// kickoff initial sync immediately
setTimeout(cls.wrap(sync), 5000);
setTimeout(cls.wrap(sync), 2000);
// called just so ws.setLastSyncedPush() is called
getLastSyncedPush();