Skip to content

Commit

Permalink
Reduce initial poll delay to 5 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
Pugzy authored Feb 14, 2021
1 parent a80e76f commit 1d49377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/rip/bolt/ingame/ranked/RankedManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public RankedManager() {
MatchPreloader.create();

poll = new MatchSearch(this::setupMatch);
poll.startIn(Duration.ofSeconds(15));
poll.startIn(Duration.ofSeconds(5));
}

public void setupMatch(BoltMatch match) {
Expand Down

0 comments on commit 1d49377

Please sign in to comment.