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

Merge branch 'master' of git.fakecake.org:tt-rss into pdo-experimental

This commit is contained in:
Andrew Dolgov
2017-12-02 23:13:49 +03:00
3 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@
// do not cache files smaller than that (bytes)
define_default('CACHE_MAX_DAYS', 7);
// max age in days for various automatically cached (temporary) files
define_default('MAX_CONDITIONAL_INTERVAL', 3600*6);
define_default('MAX_CONDITIONAL_INTERVAL', 3600*12);
// max interval between forced unconditional updates for servers
// not complying with http if-modified-since (seconds)