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

Commit

Permalink
Changes -> Change github update interval
Browse files Browse the repository at this point in the history
  • Loading branch information
EinfacheSache committed Aug 12, 2023
1 parent 9a30137 commit cdd380e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ private void versionCheckSchedule() {
public void run() {
core.setVersionResult(VersionUtils.checkVersion("NeoProtect", "NeoPlugin", "v" + core.getPlugin().getVersion(), Config.getAutoUpdaterSettings()));
}
}, 1000 * 10, 1000 * 60 * (5 / 2));
}, 1000 * 10, 1000 * 60 * 5);
}

private void attackCheckSchedule() {
Expand Down

0 comments on commit cdd380e

Please sign in to comment.