jenkins-bot has submitted this change and it was merged.
Change subject: Set $wgBloomFilterStores in labs
......................................................................
Set $wgBloomFilterStores in labs
Change-Id: I8c22d0b16973505f8bbae29f4997127881a1b370
---
M wmf-config/mc-labs.php
1 file changed, 12 insertions(+), 0 deletions(-)
Approvals:
Ori.livneh: Looks good to me, but someone else must approve
Aaron Schulz: Looks good to me, approved
jenkins-bot: Verified
diff --git a/wmf-config/mc-labs.php b/wmf-config/mc-labs.php
index d599fd4..c0cfa23 100644
--- a/wmf-config/mc-labs.php
+++ b/wmf-config/mc-labs.php
@@ -27,4 +27,16 @@
'retry_timeout' => 1,
);
+$wgBloomFilterStores['main'] = array(
+ 'cacheId' => 'main-v1',
+ 'class' => 'BloomCacheRedis',
+ 'redisServers' => array(
+ '10.68.16.146:6379', // master; deployment-redis1
+ ),
+ 'redisConfig' => array(
+ 'password' => $wmgRedisPassword,
+ 'connectTimeout' => .25
+ )
+);
+
} # end safe guard
--
To view, visit https://gerrit.wikimedia.org/r/161382
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I8c22d0b16973505f8bbae29f4997127881a1b370
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits