Change default update check to 12 hours
This commit is contained in:
parent
e6e43ee92c
commit
48297555f7
@ -343,7 +343,7 @@ public class DisguiseConfig {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
int timer = (int) (TimeUnit.HOURS.toSeconds(isHittingRateLimit() ? 36 : 6) * 20);
|
int timer = (int) (TimeUnit.HOURS.toSeconds(isHittingRateLimit() ? 36 : 12) * 20);
|
||||||
|
|
||||||
// Get the ticks since last update
|
// Get the ticks since last update
|
||||||
long timeSinceLast = (System.currentTimeMillis() - getLastUpdateRequest()) / 50;
|
long timeSinceLast = (System.currentTimeMillis() - getLastUpdateRequest()) / 50;
|
||||||
|
Loading…
Reference in New Issue
Block a user