]> git.wh0rd.org - tt-rss.git/commitdiff
call global_purge_all_posts()
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 24 Jun 2008 03:25:16 +0000 (04:25 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 24 Jun 2008 03:25:16 +0000 (04:25 +0100)
update_feeds.php

index 4b6ad3c4fedba68b3b3fbc4b1e7c13282a23aed3..2c23ac7306ff650d037e60017c198d4016c5419c 100644 (file)
@@ -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);