From 1122b8a2f7788c20ce37a4be5f58c59ddec6288b Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 27 Dec 2022 13:48:19 +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 9cc34b537..e0c3d5691 100644 --- a/apps/api/src/index.ts +++ b/apps/api/src/index.ts @@ -169,7 +169,7 @@ const host = '0.0.0.0'; // cleanupStorage setInterval(async () => { await cleanupStorage(); - }, 2000); + }, 60000 * 15); // checkProxies, checkFluentBit & refresh templates setInterval(async () => {