Skip to content

Commit

Permalink
Increase update check interval from 30 minutes to 6 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
2008Choco committed Mar 5, 2020
1 parent 51ef857 commit ad62f34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public void run() {
}
});
}
}.runTaskTimerAsynchronously(this, 0, 36000);
}.runTaskTimerAsynchronously(this, 0, 432000); // 6 hours
}
}

Expand Down

0 comments on commit ad62f34

Please sign in to comment.