summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-09-16 04:18:01 +0100
committerAndrew Dolgov <[email protected]>2008-09-16 04:18:01 +0100
commitba0f7628a947673e34dc0d29445568f9e977356b (patch)
treec7eee879546e9a19b6ababbd215ba0b636eb2a3c /functions.php
parent88dd0ac0e3301f26f711b0bc350d745ab723adf8 (diff)
lower magpie cache age from 1 hour to 15 minutes
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 21c91b138..777ec32c9 100644
--- a/functions.php
+++ b/functions.php
@@ -86,6 +86,7 @@
define('MAGPIE_USER_AGENT_EXT', ' (Tiny Tiny RSS/' . VERSION . ')');
define('MAGPIE_OUTPUT_ENCODING', 'UTF-8');
+ define('MAGPIE_CACHE_AGE', 60*15); // 15 minutes
require_once "simplepie/simplepie.inc";
require_once "magpierss/rss_fetch.inc";