Manybubbles has uploaded a new change for review. https://gerrit.wikimedia.org/r/98714
Change subject: Reenable CirrusSearch's updates ...................................................................... Reenable CirrusSearch's updates Change-Id: I29d5d2f9eb26090d29afed21e06f4d7743411c34 --- M wmf-config/CommonSettings.php 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/14/98714/1 diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php index 24488ff..9841dfc 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/98714 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I29d5d2f9eb26090d29afed21e06f4d7743411c34 Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Manybubbles <never...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits