]> git.wh0rd.org - tt-rss.git/commitdiff
increase default of MAX_CONDITIONAL_INTERVAL to 12 hours
authorAndrew Dolgov <noreply@madoka.volgo-balt.ru>
Fri, 1 Dec 2017 08:51:46 +0000 (11:51 +0300)
committerAndrew Dolgov <noreply@madoka.volgo-balt.ru>
Fri, 1 Dec 2017 08:51:46 +0000 (11:51 +0300)
include/functions.php

index 277975c5ccbdbfd30f10a7ca0a71275f1f8ce539..5667ac416ec7b3dd7469f8e1678ec641d93ea87e 100644 (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)