From 39ac547d4220d772948adb4db75094b12b0a0bd8 Mon Sep 17 00:00:00 2001 From: Aman Singh Katal Date: Sun, 3 Nov 2024 07:39:44 +0530 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 13a74fa..3f26d48 100755 --- a/index.js +++ b/index.js @@ -199,7 +199,7 @@ bot.on("message", async (ctx) => { try { // maintainance jobs if (Math.random() < 0.05) { - deleteOldFiles(process.env.PURGEINTERVAL || 2); + deleteOldFiles(process.env.PURGEINTERVAL || 7); ctx.reply(".. .. ... .."); }