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

Commit

Permalink
Changes -> Auto updater now update every 3 minutes instead of 30 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
EinfacheSache committed Jul 11, 2023
1 parent 3e6055b commit c57dd48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ private void versionCheckSchedule(){
public void run() {
core.setVersionResult(VersionUtils.checkVersion("NeoProtect", "NeoPlugin", "v" + core.getPlugin().getVersion()));
}
}, 1000 * 60 * 30, 1000 * 60 * 30);
}, 1000 * 60 * 3, 1000 * 60 * 3);
}

private void attackCheckSchedule(){
Expand Down

0 comments on commit c57dd48

Please sign in to comment.