From 9878baca53fe7b156d47ab7007863fc6931fea37 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 26 Dec 2022 21:29:54 +0100 Subject: [PATCH] Update index.ts --- apps/api/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/src/index.ts b/apps/api/src/index.ts index 12522a545..0f86e7d0a 100644 --- a/apps/api/src/index.ts +++ b/apps/api/src/index.ts @@ -159,7 +159,7 @@ const host = '0.0.0.0'; if (!scheduler.workers.has('deployApplication')) { scheduler.run('deployApplication'); } - }, 2000); + }, 60000 * 15); // autoUpdater setInterval(async () => {