Skip to content

Commit

Permalink
feature: Cache 'bazel info' results (#6816)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpasternak authored Oct 1, 2024
1 parent 279954b commit 6350b55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
public class BlazeInfoProvider {
private static final Logger logger = Logger.getInstance(BlazeInfoProvider.class);
private static final BoolExperiment enabled =
new BoolExperiment("blaze.info.provider.enabled", false);
new BoolExperiment("blaze.info.provider.enabled", true);

private final Project project;
private volatile BlazeInfo blazeInfo;
Expand Down

0 comments on commit 6350b55

Please sign in to comment.