]> git.wh0rd.org - tt-rss.git/blobdiff - include/functions.php
Merge branch 'master' of dim0x69/tt-rss into master
[tt-rss.git] / include / functions.php
index ed6f78eefe14ef451b94ce3d6cfd844d4592a448..5667ac416ec7b3dd7469f8e1678ec641d93ea87e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
        define('EXPECTED_CONFIG_VERSION', 26);
-       define('SCHEMA_VERSION', 132);
+       define('SCHEMA_VERSION', 133);
 
        define('LABEL_BASE_INDEX', -1024);
        define('PLUGIN_FEED_BASE_INDEX', -128);
@@ -57,6 +57,9 @@
        // 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*12);
+    // max interval between forced unconditional updates for servers
+    // not complying with http if-modified-since (seconds)
 
        /* tunables end here */