Update index.ts
This commit is contained in:
parent
9cbc7c2939
commit
9878baca53
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue