r49746 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49745‎ | r49746 | r49747 >
Date:02:49, 23 April 2009
Author:charlie
Status:ok
Tags:
Comment:
Fixing port error in Memcached docs (Reported by Sean_Colombo in IRC.)
Modified paths:
  • /trunk/phase3/docs/memcached.txt (modified) (history)

Diff [purge]

Index: trunk/phase3/docs/memcached.txt
@@ -56,7 +56,7 @@
5757 memcached -d -l 127.0.0.1 -p 11211 -m 64
5858
5959 (to run in daemon mode, accessible only via loopback interface,
60 -on port 11000, using up to 64MB of memory)
 60+on port 11211, using up to 64MB of memory)
6161
6262 In your LocalSettings.php file, set:
6363
@@ -71,8 +71,8 @@
7272 usage evenly), make its entry a subarray:
7373
7474 $wgMemCachedServers = array(
75 - "127.0.0.1:11000", # one gig on this box
76 - array("192.168.0.1:11000", 2 ) # two gigs on the other box
 75+ "127.0.0.1:11211", # one gig on this box
 76+ array("192.168.0.1:11211", 2 ) # two gigs on the other box
7777 );
7878
7979 == PHP client for memcached ==

Status & tagging log