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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 () => {