Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -2296,8 +2296,7 @@ |
2297 | 2297 | |
2298 | 2298 | function wfQueriesMustScale() { |
2299 | 2299 | 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 |
2302 | 2301 | if( $wgMiserMode ) |
2303 | 2302 | return true; |
2304 | 2303 | // Try to roughly guess how large this wiki is. |