Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
Changes -> AutoUpdater now check faster
Browse files Browse the repository at this point in the history
  • Loading branch information
EinfacheSache committed Jul 28, 2023
1 parent e48f280 commit 4a9d156
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ private void versionCheckSchedule() {
public void run() {
core.setVersionResult(VersionUtils.checkVersion("NeoProtect", "NeoPlugin", "v" + core.getPlugin().getVersion(), Config.getAutoUpdaterSettings()));
}
}, 1000 * 10, 1000 * 60 * 3);
}, 1000 * 10, (1000 * 60 * (5 / 2)));
}

private void attackCheckSchedule() {
Expand Down

0 comments on commit 4a9d156

Please sign in to comment.