Skip to content

Commit

Permalink
Merge pull request #33066 from snazy/launcher-check-interval-50
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi authored Jun 6, 2023
2 parents e6a3647 + 935cc3a commit b7f29a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

public final class LauncherUtil {

public static final int LOG_CHECK_INTERVAL = 500;
public static final int LOG_CHECK_INTERVAL = 50;

private LauncherUtil() {
}
Expand Down

0 comments on commit b7f29a2

Please sign in to comment.