From 6914ad1f741570b66580d2933e8e2118adb177b5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 14 Aug 2019 12:44:50 +0300 Subject: retire MIN_CACHE_FILE_SIZE --- include/functions.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/functions.php b/include/functions.php index 3f80ba5ba..c326ac468 100644 --- a/include/functions.php +++ b/include/functions.php @@ -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); -- cgit v1.2.3