summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-25 17:24:18 +0100
committerAndrew Dolgov <[email protected]>2007-08-25 17:24:18 +0100
commitc7d57b66904e894ac6d33c5caaffb94bcb450c15 (patch)
tree2abbdfac264462f38a720aab02f6088b28cfc2ab /config.php-dist
parenta0a63217fcf0f74988503062fb0c8a6bcc218ff8 (diff)
implement SIMPLEPIE_CACHE_DIR
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index 0cd257bed..a011b0d66 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -163,6 +163,9 @@
// to any feeds using HTTP Digest authentication and Magpie XML parsing
// errors are bothering you too much, you can try enabling SimplePie.
+ define('SIMPLEPIE_CACHE_DIR', '/var/tmp/simplepie-ttrss-cache');
+ // Cache directory for RSS feeds when using SimplePie
+
define('COUNTERS_MAX_AGE', 365);
// Hard limit for unread counters calculation. Try tweaking this
// parameter to speed up tt-rss when having a huge number of articles