summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-08-14 12:44:50 +0300
committerAndrew Dolgov <[email protected]>2019-08-14 12:44:50 +0300
commit6914ad1f741570b66580d2933e8e2118adb177b5 (patch)
treef8a2c90dbf3b9aac401b17874936339fbe1d0861 /include/functions.php
parent84974c60a7aeed1fc2f22ef170c53fec5099abd0 (diff)
retire MIN_CACHE_FILE_SIZE
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php2
1 files changed, 0 insertions, 2 deletions
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);