summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-12-02 23:13:49 +0300
committerAndrew Dolgov <[email protected]>2017-12-02 23:13:49 +0300
commit4ee398a41e2176d4a5c997920db35cb6bed12f2e (patch)
treea75d1c72a9d755fc8d0a641ff3c3b78032841ee4 /include
parent1e78803c4482d7f89ef79956da00b4155f523b61 (diff)
parent7c4d7bce3f15afbdab0487e101cd2f85afed8bd5 (diff)
Merge branch 'master' of git.fakecake.org:tt-rss into pdo-experimental
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index f1b016de7..1d7033c89 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -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)