summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-25 18:23:41 +0100
committerAndrew Dolgov <[email protected]>2007-08-25 18:23:41 +0100
commitdab52d7bb906f38d1fd731d74ad82026b6ced9a3 (patch)
tree4d07d321cbb5f436885cbf3e32d2cd2d27f8167e /config.php-dist
parentc7d57b66904e894ac6d33c5caaffb94bcb450c15 (diff)
add disabled option SIMPLEPIE_CACHE_IMAGES
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index a011b0d66..3664254e5 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -166,6 +166,14 @@
define('SIMPLEPIE_CACHE_DIR', '/var/tmp/simplepie-ttrss-cache');
// Cache directory for RSS feeds when using SimplePie
+ define('SIMPLEPIE_CACHE_IMAGES', false);
+ // Ignore this option for now on, it doesn't work yet.
+
+ // Cache feed images when using SimplePie. This will allow you to
+ // see images in feeds when originating server uses some sort of
+ // hotlink prevention at the expense of local bandwidth and
+ // disk space.
+
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