summaryrefslogtreecommitdiff
path: root/update_feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-20 13:35:59 +0100
committerAndrew Dolgov <[email protected]>2009-01-20 13:35:59 +0100
commit3907ef7111ec9c5ec0e453a3216fdeeed2eb4c26 (patch)
treecaf3812b3483012088f73e79c839daca5529358a /update_feeds.php
parentd7135e2a81fd78621bf59041f022a683583cd671 (diff)
purge feeds after updating
Diffstat (limited to 'update_feeds.php')
-rw-r--r--update_feeds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_feeds.php b/update_feeds.php
index 2bb91dc30..e08c6f392 100644
--- a/update_feeds.php
+++ b/update_feeds.php
@@ -39,7 +39,7 @@
init_connection($link);
// Purge all posts (random 30 feeds)
- global_purge_old_posts($link, true, 30);
+ //global_purge_old_posts($link, true, 30);
// Update all feeds needing a update.
update_daemon_common($link);