Skip to content

Commit

Permalink
Increase delay again to reduce overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonHorkles committed Apr 13, 2024
1 parent 680ecc0 commit 1405e55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void run() {
if (latest == null) return;
if (!current.equals(latest)) new UpdateChecker(instance).logUpdate(current, latest);
}
}.runTaskLaterAsynchronously(this, 2L);
}.runTaskLaterAsynchronously(this, 5L);
}

public boolean onCommand(CommandSender sender, @NotNull Command cmd, @NotNull String label, String[] args) {
Expand Down

0 comments on commit 1405e55

Please sign in to comment.