From: Andrew Dolgov Date: Tue, 24 Jun 2008 03:25:16 +0000 (+0100) Subject: call global_purge_all_posts() X-Git-Tag: 1.2.25~7 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d16d57ff2b8742c51516fefccc8495260d4738c7;p=tt-rss.git call global_purge_all_posts() --- 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);