]> git.wh0rd.org - tt-rss.git/commitdiff
reference MAGPIE_CACHE_AGE global config option
authorAndrew Dolgov <fox@bah.spb.su>
Fri, 1 Jun 2007 00:50:53 +0000 (01:50 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Fri, 1 Jun 2007 00:50:53 +0000 (01:50 +0100)
config.php-dist

index f047183340e7de61dd1d8bb40b7f031caea85442..5c6d3c1c54c9b47a709de5a9e7ab5b494dcef454 100644 (file)
        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