summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-12-01 10:17:18 +0300
committerAndrew Dolgov <[email protected]>2017-12-01 10:17:18 +0300
commitd9e60c0f68931c2e6ff8cdf3a941be2504bca16f (patch)
treeed3521e96fb910d69d21c3222d9cb6f0e754c3de /include/functions.php
parent99bda9cc12cd39907adc6b76dc3bee4e9241b52b (diff)
parente50c8eaa4e21599272565612a576435e6c0763ba (diff)
Merge branch 'master' of git.fakecake.org:tt-rss into pdo-experimental
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index ed6f78eef..277975c5c 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -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*6);
+ // max interval between forced unconditional updates for servers
+ // not complying with http if-modified-since (seconds)
/* tunables end here */