r23189 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23188‎ | r23189 | r23190 >
Date:00:21, 22 June 2007
Author:aaron
Status:old
Tags:
Comment:
*Clean up comment
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -2296,8 +2296,7 @@
22972297
22982298 function wfQueriesMustScale() {
22992299 global $wgMiserMode;
2300 - // If $wgMiserMode is true, it is either large or just cheap, other way the
2301 - // affect is the same...
 2300+ // If $wgMiserMode is true, all queries must be efficient
23022301 if( $wgMiserMode )
23032302 return true;
23042303 // Try to roughly guess how large this wiki is.

Follow-up revisions

RevisionCommit summaryAuthorDate
r23203Merged revisions 23120-23202 via svnmerge from...david09:07, 22 June 2007

Status & tagging log