1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-30 09:47:10 +00:00

purge feeds after updating

This commit is contained in:
Andrew Dolgov
2009-01-20 13:35:59 +01:00
parent d7135e2a81
commit 3907ef7111
7 changed files with 44 additions and 19 deletions

View File

@@ -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);