From 62a7da693d8980954bc982dffb3bf3479281735c Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Sun, 2 Sep 2007 18:23:43 +0000 Subject: [PATCH] Correct comments about frequency of pruning. --- includes/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Article.php b/includes/Article.php index 8746d5eb7b..5c242cc11c 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -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 -- 2.20.1