mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:35:57 +00:00
Merge pull request 'Let 'RSSUtils::check_feed_favicon' update existing favicons.' (#6) from wn/tt-rss:check-feed-favicon into master
Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/6
This commit is contained in:
@@ -68,6 +68,8 @@
|
||||
// do not cache files larger than that (bytes)
|
||||
define_default('MAX_DOWNLOAD_FILE_SIZE', 16*1024*1024);
|
||||
// do not download general files larger than that (bytes)
|
||||
define_default('MAX_FAVICON_FILE_SIZE', 1*1024*1024);
|
||||
// do not download favicon files larger 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);
|
||||
|
||||
Reference in New Issue
Block a user