summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-23 12:26:27 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-23 12:26:27 +0200
commit64d99e57d008f9cf3105b0ba7810d9860037ca8a (patch)
treefb958b76c18cb961fc7aaa1a5c1e5b9cefc16b2f /README.rst
parent61fb7b93a07917b21be6ada1003d07c8ba221fbe (diff)
typo fixes
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`