Index: trunk/phase3/includes/Article.php |
— | — | @@ -2375,7 +2375,7 @@ |
2376 | 2376 | /** |
2377 | 2377 | * Do standard deferred updates after page edit. |
2378 | 2378 | * Update links tables, site stats, search index and message cache. |
2379 | | - * Every 1000th edit, prune the recent changes table. |
| 2379 | + * Every 100th edit, prune the recent changes table. |
2380 | 2380 | * |
2381 | 2381 | * @private |
2382 | 2382 | * @param $text New text of the article |