From: Andrew Dolgov Date: Tue, 25 Jun 2013 06:01:41 +0000 (+0400) Subject: do not catchup newly subscribed feeds X-Git-Tag: 1.9~91 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=420940fa90d1c2e8758b7a5a363190bdea8de135;p=tt-rss.git do not catchup newly subscribed feeds --- diff --git a/include/rssfuncs.php b/include/rssfuncs.php index 4c3e8612..e2837a3b 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -1062,11 +1062,6 @@ _debug("article processed", $debug_enabled); } - if (!$last_updated) { - _debug("new feed, catching it up...", $debug_enabled); - catchup_feed($feed, false, $owner_uid); - } - _debug("purging feed...", $debug_enabled); purge_feed($feed, 0, $debug_enabled);