Skip to content

Commit b7edbea

Browse files
author
Tomasz Pasternak
authored
fix: Disable Query Sync promo (#7074)
* fix: Disable promo for now There are still some important issues
1 parent cb6feb6 commit b7edbea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/src/com/google/idea/blaze/base/qsync/QuerySyncPromo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
public class QuerySyncPromo {
3939

4040
private static final IntExperiment PROMO_DISPLAY_DELAY_MINUTES =
41-
new IntExperiment("query.sync.promo.delay.minutes", 5);
41+
new IntExperiment("query.sync.promo.delay.minutes", 0);
4242

4343
private final Project project;
4444
private final QuerySyncManager querySyncManager;

0 commit comments

Comments
 (0)