Skip to content

Commit

Permalink
fix: Disable promo for now (#7075)
Browse files Browse the repository at this point in the history
There are still some important issues
  • Loading branch information
Tomasz Pasternak authored Nov 28, 2024
1 parent 3c6e732 commit 6b64e76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
public class QuerySyncPromo {

private static final IntExperiment PROMO_DISPLAY_DELAY_MINUTES =
new IntExperiment("query.sync.promo.delay.minutes", 10);
new IntExperiment("query.sync.promo.delay.minutes", 0);

private final Project project;
private final QuerySyncManager querySyncManager;
Expand Down

0 comments on commit 6b64e76

Please sign in to comment.