jenkins-bot has submitted this change and it was merged.

Change subject: Configure labs to have 2 search replicas
......................................................................


Configure labs to have 2 search replicas

This matches production.

Change-Id: I9870fc453a346e34133830a7e43b36c4f4a2460e
---
M wmf-config/InitialiseSettings-labs.php
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  Chad: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/InitialiseSettings-labs.php 
b/wmf-config/InitialiseSettings-labs.php
index 3e1ba82..cb90b63 100644
--- a/wmf-config/InitialiseSettings-labs.php
+++ b/wmf-config/InitialiseSettings-labs.php
@@ -301,6 +301,11 @@
                'default' => true,
        ),
 
+       'wgCirrusSearchContentReplicaCount' => array(
+               // Keep two replicas just like production.
+               'default' => array( 'content' => 2, 'general' => 2 ),
+       ),
+
        'wmgUseFlow' => array(
                'enwiki' => true,
        ),

-- 
To view, visit https://gerrit.wikimedia.org/r/95533
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I9870fc453a346e34133830a7e43b36c4f4a2460e
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Manybubbles <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to