summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-12-01 11:51:46 +0300
committerAndrew Dolgov <[email protected]>2017-12-01 11:51:46 +0300
commit7c4d7bce3f15afbdab0487e101cd2f85afed8bd5 (patch)
tree9ee06cb1cbaa7897821190febd73baf3b8bf3c2b /include/functions.php
parentd1a50e99bfdd0d853206db52eedfbc36bd653451 (diff)
increase default of MAX_CONDITIONAL_INTERVAL to 12 hours
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index 277975c5c..5667ac416 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)