1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:15:55 +00:00

retire MIN_CACHE_FILE_SIZE

This commit is contained in:
Andrew Dolgov
2019-08-14 12:44:50 +03:00
parent 84974c60a7
commit 6914ad1f74
4 changed files with 5 additions and 11 deletions

View File

@@ -54,8 +54,6 @@
// feed limit for one update batch
define_default('DAEMON_SLEEP_INTERVAL', 120);
// default sleep interval between feed updates (sec)
define_default('MIN_CACHE_FILE_SIZE', 1024);
// do not cache files smaller than that (bytes)
define_default('MAX_CACHE_FILE_SIZE', 64*1024*1024);
// do not cache files larger than that (bytes)
define_default('MAX_DOWNLOAD_FILE_SIZE', 16*1024*1024);