From: Andrew Dolgov Date: Tue, 16 Sep 2008 03:18:01 +0000 (+0100) Subject: lower magpie cache age from 1 hour to 15 minutes X-Git-Tag: 1.2.27~9 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=ba0f7628a947673e34dc0d29445568f9e977356b;p=tt-rss.git lower magpie cache age from 1 hour to 15 minutes --- diff --git a/functions.php b/functions.php index 21c91b13..777ec32c 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";