From: Reedy Date: Sun, 21 Apr 2013 23:53:23 +0000 (+0100) Subject: Swap port from 110000 to 11211 in $wgMemCachedServers X-Git-Tag: 1.31.0-rc.0~19917^2 X-Git-Url: https://git.cyclocoop.org/?a=commitdiff_plain;h=45fea6ffccb1000c70daf140a8253d21e4946949;p=lhc%2Fweb%2Fwiklou.git Swap port from 110000 to 11211 in $wgMemCachedServers http://linux.die.net/man/1/memcached "...the default is port 11211." Change-Id: I923a1b3208c2ea1f29657cc51e813c547154eb32 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index ff299fc71b..da2f321006 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1873,7 +1873,7 @@ $wgSessionHandler = null; $wgMemCachedDebug = false; /** The list of MemCached servers and port numbers */ -$wgMemCachedServers = array( '127.0.0.1:11000' ); +$wgMemCachedServers = array( '127.0.0.1:11211' ); /** * Use persistent connections to MemCached, which are shared across multiple