Skip to content

Commit

Permalink
move deletions to length based
Browse files Browse the repository at this point in the history
  • Loading branch information
dispherical committed Nov 10, 2024
1 parent 007d82a commit 1f072aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ var activeConnections = [];
await require("./utils/pull")({ app, client, prisma });
}, 1000 * 10)
cron.schedule("0 0,12 * * *", async () => {
await client.del(`${process.env.INSTANCE_ID || "production"}.messageCache`);
await require("./utils/redo")({ app, client, prisma });
await require("./utils/joinall")({ app, client, prisma });
});
Expand Down

0 comments on commit 1f072aa

Please sign in to comment.