summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-06-01 01:50:53 +0100
committerAndrew Dolgov <[email protected]>2007-06-01 01:50:53 +0100
commit8cb4f762994b1b22b2c51315018dfc0984400ba4 (patch)
tree343e07a45e33da3fa4aad049817161c16bc8b578
parentc5af7171a5426414e8b7188ac3d411fc3b6bafc0 (diff)
reference MAGPIE_CACHE_AGE global config option
-rw-r--r--config.php-dist4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index f04718334..5c6d3c1c5 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -18,6 +18,10 @@
define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache');
// Local cache directory for RSS feeds
+ define('MAGPIE_CACHE_AGE', 60*30);
+ // How long to store cached RSS objects? In seconds.
+ // Defaults to 30 minutes
+
define('WEB_DEMO_MODE', false);
// Demo mode with reduced functionality.
// Warning: this option is obsolete. Don't rely on it being