From d16d57ff2b8742c51516fefccc8495260d4738c7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 24 Jun 2008 04:25:16 +0100 Subject: [PATCH] call global_purge_all_posts() --- update_feeds.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/update_feeds.php b/update_feeds.php index 4b6ad3c4..2c23ac73 100644 --- a/update_feeds.php +++ b/update_feeds.php @@ -46,6 +46,9 @@ } } + // Purge all posts (random 30 feeds) + global_purge_old_posts($link, true, 30); + // Update all feeds needing a update. update_daemon_common($link, $limit=0); -- 2.39.5