mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:25:56 +00:00
reference MAGPIE_CACHE_AGE global config option
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user