Skip to content

Commit 7ae220b

Browse files
Merge pull request #2053 from Automattic/update/enable-index-settings-heal-ten-percent
Search: Auto-heal index settings on 10% of sites
2 parents 3b0fb0d + 0d718d0 commit 7ae220b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/feature/class-feature.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Feature {
1919
public static $feature_percentages = array(
2020
// https://github.com/Automattic/vip-go-mu-plugins/tree/master/vip-jetpack/connection-pilot
2121
'jetpack-cxn-pilot' => 0.25,
22-
'search_indexable_settings_auto_heal' => 0,
22+
'search_indexable_settings_auto_heal' => 0.1,
2323
'remove-gutenberg-ramp' => 0.25,
2424
'search_content_validation_and_auto_heal_cron_job' => 0.1,
2525
);

0 commit comments

Comments
 (0)