r61623 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61622‎ | r61623 | r61624 >
Date:06:41, 28 January 2010
Author:overlordq
Status:ok
Tags:
Comment:
Fix documentation errors (r61324)
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -793,7 +793,7 @@
794794 $wgMemCachedDebug = false; ///< Will be set to false in Setup.php, if the server isn't working
795795 $wgMemCachedServers = array( '127.0.0.1:11000' );
796796 $wgMemCachedPersistent = false;
797 -$wgMemCachedTimeout = 100000; //Server connection timeout in microseconds
 797+$wgMemCachedTimeout = 100000; //Data timeout in microseconds
798798 /**@}*/
799799
800800 /**
Index: trunk/phase3/RELEASE-NOTES
@@ -94,8 +94,8 @@
9595 * Added $wgAdvertisedFeedTypes to decide what feed types (RSS, Atom, both, or
9696 neither) MediaWiki advertises. Default is array( 'atom' ), so RSS is no
9797 longer advertised by default (but it still works).
98 -* Added $wgMemCachedTimeout to configure connection timeouts for communicating
99 - with a memcached server
 98+* Added $wgMemCachedTimeout, controls how long to wait for data from the
 99+ memcached servers.
100100 * New configuration variables $wgDebugTimestamps and $wgDebugPrintHttpHeaders
101101 for controlling debug output.
102102

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r61324Added configuration option for memcached timeout based on comments on r58185overlordq05:49, 21 January 2010

Status & tagging log