Chad has uploaded a new change for review. https://gerrit.wikimedia.org/r/98571
Change subject: Disable search updates for Cirrus wikis for the time being ...................................................................... Disable search updates for Cirrus wikis for the time being Change-Id: If7140f8f9ff620e371d94a9f46cb0498a860e21c --- M wmf-config/CommonSettings.php 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/71/98571/1 diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php index 9841dfc..24488ff 100644 --- a/wmf-config/CommonSettings.php +++ b/wmf-config/CommonSettings.php @@ -871,7 +871,7 @@ if ( $wmgUseCirrus || $wmgUseCirrusAsAlternative ) { wfProfileIn( "$fname-CirrusSearch" ); # Cirrus uses SearchUpdate, turn it back on - $wgDisableSearchUpdate = false; + // $wgDisableSearchUpdate = false; include( "$wmfConfigDir/CirrusSearch-common.php" ); wfProfileOut( "$fname-CirrusSearch" ); } -- To view, visit https://gerrit.wikimedia.org/r/98571 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If7140f8f9ff620e371d94a9f46cb0498a860e21c Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Chad <ch...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits