increase default of MAX_CONDITIONAL_INTERVAL to 12 hours
This commit is contained in:
parent
d1a50e99bf
commit
7c4d7bce3f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue