Update index.ts
This commit is contained in:
parent
9cbc7c2939
commit
9878baca53
@ -159,7 +159,7 @@ const host = '0.0.0.0';
|
||||
if (!scheduler.workers.has('deployApplication')) {
|
||||
scheduler.run('deployApplication');
|
||||
}
|
||||
}, 2000);
|
||||
}, 60000 * 15);
|
||||
|
||||
// autoUpdater
|
||||
setInterval(async () => {
|
||||
|
Loading…
Reference in New Issue
Block a user