Update index.ts

This commit is contained in:
Andras Bacsai
2022-12-26 21:29:54 +01:00
committed by GitHub
parent 9cbc7c2939
commit 9878baca53

View File

@@ -159,7 +159,7 @@ const host = '0.0.0.0';
if (!scheduler.workers.has('deployApplication')) {
scheduler.run('deployApplication');
}
}, 2000);
}, 60000 * 15);
// autoUpdater
setInterval(async () => {