summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-26 05:00:30 +0100
committerAndrew Dolgov <[email protected]>2007-08-26 05:00:30 +0100
commitbc0f07856012aa94eaea7c409e720d73f2fba0c3 (patch)
treed7f6c1b7ea87b14660a5af2b7f69168bb53e087a /config.php-dist
parentfb67e2ba58b08f150c383664c0b6796d56254d5d (diff)
enable caching of images
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist12
1 files changed, 5 insertions, 7 deletions
diff --git a/config.php-dist b/config.php-dist
index 3664254e5..ecacf2028 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -167,13 +167,11 @@
// 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.
-
+ // Allow caching feed images when using SimplePie, to bypass hotlink
+ // prevention and such at expense of local disk space and bandwidth.
+ // Note that you (or your users) also have to enable image caching
+ // in feed editor.
+
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