summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index e631fa553..6ebb405b1 100644
--- a/README.rst
+++ b/README.rst
@@ -91,11 +91,11 @@ This will be in a seperate config file in the future but for now you can tweak t
* To cache feeds longer increase::
- $this['simplePieCacheDuration'] = 1000; // seconds
+ $this['simplePieCacheDuration'] = 30*60; // seconds
-* To let people have more read items before there are purged increase::
+* To let people have more read items per feed before they are purged increase::
- $this['autoPurgeCount'] = 200;
+ $this['autoPurgeCount'] = 200; // per feed
:file:`js/app/app.coffee`