summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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