From 8cb4f762994b1b22b2c51315018dfc0984400ba4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 1 Jun 2007 01:50:53 +0100 Subject: [PATCH] reference MAGPIE_CACHE_AGE global config option --- config.php-dist | 4 ++++ 1 file changed, 4 insertions(+) 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