small styling fixes

This commit is contained in:
zadam
2019-02-02 23:51:00 +01:00
parent c153793766
commit f89537037e
3 changed files with 12 additions and 6 deletions

View File

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