summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBernhard Posselt <BernhardPosselt@users.noreply.github.com>2016-05-02 15:44:41 +0200
committerBernhard Posselt <BernhardPosselt@users.noreply.github.com>2016-05-02 15:44:41 +0200
commitc335b419e0abf42d7b8f4a615e876da2a09c29f9 (patch)
tree730bf6c3672835d033cb4cb89e5b325a8a4d6a41 /README.md
parentcb6e19dbb4fce1582cb203941865069e88eda3ef (diff)
Fix #987
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 49d9bb023..1bc4204cd 100644
--- a/README.md
+++ b/README.md
@@ -286,7 +286,7 @@ exploreUrl =
* **autoPurgeMinimumInterval**: Minimum amount of seconds after deleted feeds and folders are removed from the database. Values below 60 seconds are ignored
-* **autoPurgeCount**: Defines the minimum amount of articles that can be unread per feed before they get deleted, a negative value will turn off deleting articles completely
+* **autoPurgeCount**: Defines the maximum amount of articles that can be read per feed which won't be deleted by the cleanup job; if old articles reappear after being read, increase this value; negative values such as -1 will turn this feature off completely
* **maxRedirects**: How many redirects the updater should follow
* **maxSize**: Maximum feed size in bytes. If the RSS/Atom page is bigger than this value, the update will be aborted
* **feedFetcherTimeout**: Maximum number of seconds to wait for an RSS or Atom feed to load. If a feed takes longer than that number of seconds to update, the update will be aborted