r74985 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74984‎ | r74985 | r74986 >
Date:00:25, 19 October 2010
Author:reedy
Status:ok
Tags:
Comment:
Drop CR stats caching to 6 hours

12 is too long
Modified paths:
  • /trunk/extensions/CodeReview/backend/RepoStats.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/backend/RepoStats.php
@@ -24,7 +24,7 @@
2525 wfDebug( "miss\n" );
2626 $stats = new RepoStats( $repo );
2727 $stats->generate();
28 - $wgMemc->set( $key, $stats, 12 * 60 * 60 ); // 12 hours
 28+ $wgMemc->set( $key, $stats, 6 * 60 * 60 ); // 6 hours
2929 return $stats;
3030 }
3131

Follow-up revisions

RevisionCommit summaryAuthorDate
r752681.16wmf4: MFT r74985catrope16:42, 23 October 2010

Status & tagging log