summaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authorfox <[email protected]>2020-12-15 11:15:09 +0000
committerfox <[email protected]>2020-12-15 11:15:09 +0000
commitabd9e6c3dd15460ced4fe20cf6a47b8fec6fb1ec (patch)
tree98bc33a8ee5beb52c24ae1579f35e6d48ef02a62 /FAQ.md
parent34f308ac3bd93266a1ad6e5398c338a963776870 (diff)
Update page 'FAQ'
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md30
1 files changed, 17 insertions, 13 deletions
diff --git a/FAQ.md b/FAQ.md
index 17ce737..3028e8c 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -125,23 +125,27 @@ Usually, it’s <code>lock/update\_daemon.lock</code>. You can also remove
#### I have questions about article purging / I don't think purging works.
-In short, you may and will see articles with date older than the cutoff
-for purging. Here’s why:
+Purging is performed on successful feed update, no updates = no purging. Feed updates are automatically stopped for users after a certain period of inactivity (`DAEMON_UPDATE_LOGIN_LIMIT`) which also disables purging of their feeds.
-- starred articles are not purged;
-- purging is done based on import date internal to tt-rss which
-could be different from the timestamp specified by the feed (i.e.
-article says it was published on 01-01-1970 but it was imported today);
-- tt-rss bumps import date every time article is encountered in the feed, otherwise
-it will get purged and imported again on every feed update causing constantly reappearing duplicates;
-- purging is performed after feed was updated hence disabled updates = no purging;
+Starred articles are never purged, unread articles are purged if relevant preference is enabled.
-See also:
+Purging is done based on import timestamp, internal to tt-rss. It may be different from article date specified by the feed (i.e. article says it was published on 1970/01/01 but it was imported today). You can see import timestamp if you hover over date in tt-rss web UI.
+
+Import date is bumped every time article is encountered in the feed, otherwise it will get purged and reimported again on every feed refresh, creating duplicates.
-- <http://tt-rss.org/oldforum/viewtopic.php@f=1&t=792.html>
+When in doubt, use Feed debugger (`f D` on a feed) to see additional purging-related information:
+
+```
+[11:08:10/6783] purging feed...
+[11:08:10/6783] purge_feed: interval 60 days for feed XXX, owner: X, purge unread: 1
+[11:08:10/6783] purge_feed: deleted 1 articles.
+[11:08:10/6783] update done.
+```
+
+See also:
-You can see article import date if you mouse over displayed date in
-tt-rss web UI.
+- http://tt-rss.org/oldforum/viewtopic.php@f=1&t=792.html
+- https://community.tt-rss.org/t/issues-with-feed-purging/4117
Related question: