jenkins-bot has submitted this change and it was merged. Change subject: Make default host localhost ......................................................................
Make default host localhost Change-Id: Ib72754cdc16f7dcba1e7dcebeb89b286ebcf70d9 --- M CirrusSearch.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Chad: Looks good to me, approved jenkins-bot: Verified diff --git a/CirrusSearch.php b/CirrusSearch.php index 8d0d4f9..ed281fd 100644 --- a/CirrusSearch.php +++ b/CirrusSearch.php @@ -35,7 +35,7 @@ */ // ElasticSearch servers -$wgCirrusSearchServers = array( 'elasticsearch0', 'elasticsearch1', 'elasticsearch2', 'elasticsearch3' ); +$wgCirrusSearchServers = array( 'localhost' ); // How many times to attempt connecting to a given server // If you're behind LVS and everything looks like one server, -- To view, visit https://gerrit.wikimedia.org/r/88247 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib72754cdc16f7dcba1e7dcebeb89b286ebcf70d9 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/CirrusSearch Gerrit-Branch: master Gerrit-Owner: Chad <[email protected]> Gerrit-Reviewer: Chad <[email protected]> Gerrit-Reviewer: Manybubbles <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
