r23191 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23190‎ | r23191 | r23192 >
Date:02:08, 22 June 2007
Author:aaron
Status:old
Tags:
Comment:
*Increase RC prune change to 1/100
Modified paths:
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -2317,7 +2317,7 @@
23182318
23192319 if ( wfRunHooks( 'ArticleEditUpdatesDeleteFromRecentchanges', array( &$this ) ) ) {
23202320 wfSeedRandom();
2321 - if ( 0 == mt_rand( 0, 999 ) ) {
 2321+ if ( 0 == mt_rand( 0, 99 ) ) {
23222322 # Periodically flush old entries from the recentchanges table.
23232323 global $wgRCMaxAge;
23242324

Follow-up revisions

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

Status & tagging log