mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 03:15:54 +00:00
lower magpie cache age from 1 hour to 15 minutes
This commit is contained in:
@@ -86,6 +86,7 @@
|
|||||||
|
|
||||||
define('MAGPIE_USER_AGENT_EXT', ' (Tiny Tiny RSS/' . VERSION . ')');
|
define('MAGPIE_USER_AGENT_EXT', ' (Tiny Tiny RSS/' . VERSION . ')');
|
||||||
define('MAGPIE_OUTPUT_ENCODING', 'UTF-8');
|
define('MAGPIE_OUTPUT_ENCODING', 'UTF-8');
|
||||||
|
define('MAGPIE_CACHE_AGE', 60*15); // 15 minutes
|
||||||
|
|
||||||
require_once "simplepie/simplepie.inc";
|
require_once "simplepie/simplepie.inc";
|
||||||
require_once "magpierss/rss_fetch.inc";
|
require_once "magpierss/rss_fetch.inc";
|
||||||
|
|||||||
Reference in New Issue
Block a user