summaryrefslogtreecommitdiff
path: root/update_feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-06-24 04:25:16 +0100
committerAndrew Dolgov <[email protected]>2008-06-24 04:25:16 +0100
commitd16d57ff2b8742c51516fefccc8495260d4738c7 (patch)
treee297b63b179300d77ab9abd34208f1bcd5a5808b /update_feeds.php
parentbcf4a5d85acc456ce442d8ce03638dfdb60e1d6b (diff)
call global_purge_all_posts()
Diffstat (limited to 'update_feeds.php')
-rw-r--r--update_feeds.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/update_feeds.php b/update_feeds.php
index 4b6ad3c4f..2c23ac730 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);