We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b0fb0d + 0d718d0 commit 7ae220bCopy full SHA for 7ae220b
lib/feature/class-feature.php
@@ -19,7 +19,7 @@ class Feature {
19
public static $feature_percentages = array(
20
// https://github.com/Automattic/vip-go-mu-plugins/tree/master/vip-jetpack/connection-pilot
21
'jetpack-cxn-pilot' => 0.25,
22
- 'search_indexable_settings_auto_heal' => 0,
+ 'search_indexable_settings_auto_heal' => 0.1,
23
'remove-gutenberg-ramp' => 0.25,
24
'search_content_validation_and_auto_heal_cron_job' => 0.1,
25
);
0 commit comments