Skip to content

Commit

Permalink
Temporarily disable stats update schedule by adding early return
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic-R committed Feb 5, 2025
1 parent cc0ce12 commit c26b13a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schedule/updateStats.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
time: 3000,
run: async (client, prisma) => {
return;
// Disable this schedule
console.log(new Date().toLocaleString(), "Stats werden geupdated...");
try {
Expand Down

0 comments on commit c26b13a

Please sign in to comment.