summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2022-10-24 17:16:08 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2023-03-24 18:57:53 +0100
commit84c2ba538c3cc199720d24c0bf680bf496b46826 (patch)
tree50ce450913c03353b7a9d587e682c7b5538cd0c8 /docs
parent41325e4031ee8d1015969faca3621f7b4b9dd8f7 (diff)
Create tests for the updating and purging functions via the API
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to 'docs')
-rw-r--r--docs/admin.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/admin.md b/docs/admin.md
index 0b2cef164..b645219e5 100644
--- a/docs/admin.md
+++ b/docs/admin.md
@@ -11,8 +11,11 @@ Alternatively you may use an [external updater](https://nextcloud.github.io/news
Auto purging automatically removes the oldest read items of every feed after every update.
The value you enter here is used as the limit of read items per feed, unless the feed comes with more items in it's feed.
-For example you have the default value of 200 and the feed has 210 items in it's feed.
-In this case the limit will be 210 instead of 200.
+The individual limit per feed is only adjusted when it's bigger. Let's say last feed update came with 210 items,
+then that will be the limit for that feed as long as no bigger update with more items is fetched.
+In this case the limit will be 210 instead of 200, for that feed.
+
+This is needed to prevent items from reappearing in the feed.
## Purge unread items
This changes the behavior of the auto purging to also purge unread items. This is useful if you have users with a lot of unread items.