From: Andrew Dolgov Date: Fri, 1 Jun 2007 00:50:53 +0000 (+0100) Subject: reference MAGPIE_CACHE_AGE global config option X-Git-Tag: 1.2.12~16 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8cb4f762994b1b22b2c51315018dfc0984400ba4;p=tt-rss.git reference MAGPIE_CACHE_AGE global config option --- diff --git a/config.php-dist b/config.php-dist index f0471833..5c6d3c1c 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