Index: trunk/extensions/CodeReview/CodeReview.php |
— | — | @@ -169,7 +169,8 @@ |
170 | 170 | $wgCodeReviewUDPPrefix = ''; |
171 | 171 | |
172 | 172 | /** |
173 | | - * Length of time to cache repo stats for |
| 173 | +* How long to cache repository statistics in seconds |
| 174 | +* See http://www.mediawiki.org/wiki/Special:Code/MediaWiki/stats |
174 | 175 | */ |
175 | 176 | $wgCodeReviewRepoStatsCacheTime = 6 * 60 * 60; // 6 Hours |
176 | 177 | |