add disabled option SIMPLEPIE_CACHE_IMAGES

This commit is contained in:
Andrew Dolgov
2007-08-25 18:23:41 +01:00
parent c7d57b6690
commit dab52d7bb9
2 changed files with 18 additions and 1 deletions

View File

@@ -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