r66650 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66649‎ | r66650 | r66651 >
Date:19:25, 19 May 2010
Author:aaron
Status:ok
Tags:
Comment:
backported r66649
Modified paths:
  • /branches/REL1_16/extensions/FlaggedRevs/maintenance/pruneRevData.inc (modified) (history)

Diff [purge]

Index: branches/REL1_16/extensions/FlaggedRevs/maintenance/pruneRevData.inc
@@ -27,8 +27,6 @@
2828
2929 $newerRevs = 50;
3030 $cutoff = $db->timestamp( time() - 30*24*3600 );
31 - // DEV
32 - $newerRevs = 1;
3331 $cutoff = $db->timestamp( time() - 3600 );
3432 while( $blockEnd <= $end ) {
3533 echo "...doing fp_page_id from $blockStart to $blockEnd\n";

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r66649Removed debug lineaaron19:23, 19 May 2010

Status & tagging log