Reedy has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/57206


Change subject: Remove wgUseMemCached, died in 1.17
......................................................................

Remove wgUseMemCached, died in 1.17

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/06/57206/1

diff --git a/wmf-config/mc-eqiad.php b/wmf-config/mc-eqiad.php
index fb51f61..65d95b8 100644
--- a/wmf-config/mc-eqiad.php
+++ b/wmf-config/mc-eqiad.php
@@ -3,7 +3,6 @@
 $wgMainCacheType = 'memcached-pecl';
 
 $wgMemCachedPersistent = false;
-$wgUseMemCached = true;
 $wgMemCachedTimeout = 250000; # default is 100000
 $wgMemCachedInstanceSize = 2000;
 
diff --git a/wmf-config/mc-labs.php b/wmf-config/mc-labs.php
index a6262cf..34116a2 100644
--- a/wmf-config/mc-labs.php
+++ b/wmf-config/mc-labs.php
@@ -14,7 +14,6 @@
  *
  */
 $wgMemCachedPersistent = true;
-$wgUseMemCached = true;
 $wgMainCacheType = CACHE_MEMCACHED;
 $wgMemCachedTimeout = 500000; # micro seconds
 $wgSessionsInMemcached = true;
diff --git a/wmf-config/mc-pmtpa.php b/wmf-config/mc-pmtpa.php
index 6cae5f7..2e8c596 100644
--- a/wmf-config/mc-pmtpa.php
+++ b/wmf-config/mc-pmtpa.php
@@ -3,7 +3,6 @@
 $wgMainCacheType = 'memcached-pecl';
 
 $wgMemCachedPersistent = false;
-$wgUseMemCached = true;
 $wgMemCachedTimeout = 250000; # default is 100000
 $wgMemCachedInstanceSize = 2000;
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0ab1def3cf8bf10b91b1a391df622ec2136f21e9
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>

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

Reply via email to