From 78d3e2164116f299effb11d25b1971e6d375366e Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 22 Oct 2014 01:35:59 +0200 Subject: get rid of simplepie --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3bbbae61d..1e961c51c 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ The configuration is in **INI** format and looks like this: ```ini autoPurgeMinimumInterval = 60 autoPurgeCount = 200 -cacheDuration = 1800 +maxRedirects = 10 feedFetcherTimeout = 60 useCronUpdates = true ``` @@ -174,7 +174,7 @@ useCronUpdates = true * **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 -* **simplePieCacheDuration**: Amount of seconds to cache feeds +* **maxRedirects**: How many redirects the updater should follow * **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 * **useCronUpdates**: To use a custom update/cron script you need to disable the cronjob which is run by ownCloud by default by setting this to false -- cgit v1.2.3