Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
besoeasy authored Nov 3, 2024
1 parent 8500194 commit 39ac547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(".. .. ... ..");
}

Expand Down

0 comments on commit 39ac547

Please sign in to comment.