]> git.wh0rd.org - tt-rss.git/commitdiff
lower magpie cache age from 1 hour to 15 minutes
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 16 Sep 2008 03:18:01 +0000 (04:18 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 16 Sep 2008 03:18:01 +0000 (04:18 +0100)
functions.php

index 21c91b1380a2c808d0bb28c3942a8c3473728d9d..777ec32c985f619f94cdbde68674502857556900 100644 (file)
@@ -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";