1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 18:35:57 +00:00

enforce unconditional requests every 6 hours even if server claims data is not modified

This commit is contained in:
Andrew Dolgov
2017-11-30 13:12:28 +03:00
parent ecd2e414bd
commit e50c8eaa4e
2 changed files with 18 additions and 13 deletions

View File

@@ -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 */