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