Correct comments about frequency of pruning.
authorGreg Sabino Mullane <greg@users.mediawiki.org>
Sun, 2 Sep 2007 18:23:43 +0000 (18:23 +0000)
committerGreg Sabino Mullane <greg@users.mediawiki.org>
Sun, 2 Sep 2007 18:23:43 +0000 (18:23 +0000)
includes/Article.php

index 8746d5e..5c242cc 100644 (file)
@@ -2375,7 +2375,7 @@ class Article {
        /**
         * Do standard deferred updates after page edit.
         * Update links tables, site stats, search index and message cache.
-        * Every 1000th edit, prune the recent changes table.
+        * Every 100th edit, prune the recent changes table.
         *
         * @private
         * @param $text New text of the article