1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:25:57 +00:00

lower magpie cache age from 1 hour to 15 minutes

This commit is contained in:
Andrew Dolgov
2008-09-16 04:18:01 +01:00
parent 88dd0ac0e3
commit ba0f7628a9

View 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";