1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-31 15:51:29 +00:00

update_feeds.php: update up to DAEMON_FEED_LIMIT on one run

This commit is contained in:
Andrew Dolgov
2008-11-05 06:58:49 +01:00
parent bb5d3960e7
commit d2bf48f90a
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@
global_purge_old_posts($link, true, 30);
// Update all feeds needing a update.
update_daemon_common($link, $limit=0);
update_daemon_common($link);
// Send feed digests by email if needed.
if (DAEMON_SENDS_DIGESTS) send_headlines_digests($link);