Reedy has submitted this change and it was merged.

Change subject: Remove $wgMemCachedInstanceSize
......................................................................


Remove $wgMemCachedInstanceSize

Non existent global

Change-Id: Ia7eb7ad9595de53e551a7b58c5cc6e433d851c80
---
M wmf-config/mc-eqiad.php
M wmf-config/mc-labs.php
M wmf-config/mc-pmtpa.php
3 files changed, 0 insertions(+), 4 deletions(-)

Approvals:
  Reedy: Verified; Looks good to me, approved



diff --git a/wmf-config/mc-eqiad.php b/wmf-config/mc-eqiad.php
index 65d95b8..b9b13bf 100644
--- a/wmf-config/mc-eqiad.php
+++ b/wmf-config/mc-eqiad.php
@@ -4,7 +4,6 @@
 
 $wgMemCachedPersistent = false;
 $wgMemCachedTimeout = 250000; # default is 100000
-$wgMemCachedInstanceSize = 2000;
 
 # Newer "mc*" servers (only use the pecl client with these).
 # This does not use the "slot" system like the old setup, but
diff --git a/wmf-config/mc-labs.php b/wmf-config/mc-labs.php
index 34116a2..bab2693 100644
--- a/wmf-config/mc-labs.php
+++ b/wmf-config/mc-labs.php
@@ -18,8 +18,6 @@
 $wgMemCachedTimeout = 500000; # micro seconds
 $wgSessionsInMemcached = true;
 
-$wgMemCachedInstanceSize = 2000;
-
 $wgMemCachedServers = array(
        0 => '10.4.0.166:11211',  # apache32
        1 => '10.4.0.187:11211',  # apache33
diff --git a/wmf-config/mc-pmtpa.php b/wmf-config/mc-pmtpa.php
index 2e8c596..26118ef 100644
--- a/wmf-config/mc-pmtpa.php
+++ b/wmf-config/mc-pmtpa.php
@@ -4,7 +4,6 @@
 
 $wgMemCachedPersistent = false;
 $wgMemCachedTimeout = 250000; # default is 100000
-$wgMemCachedInstanceSize = 2000;
 
 # Newer "mc*" servers (only use the pecl client with these).
 # This does not use the "slot" system like the old setup, but

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia7eb7ad9595de53e551a7b58c5cc6e433d851c80
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Reedy <re...@wikimedia.org>
Gerrit-Reviewer: Hashar <has...@free.fr>
Gerrit-Reviewer: Reedy <re...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to