From e2983690e7a22d69cb1507b55050438a6ec3d924 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 3 Apr 2008 19:23:16 +0000 Subject: Implement a PORTAGE_FETCH_RESUME_MIN_SIZE variable that is useful for helping to ensure that small garbage files such as html 404 pages are properly discarded. svn path=/main/trunk/; revision=9687 --- cnf/make.globals | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cnf') diff --git a/cnf/make.globals b/cnf/make.globals index 36d8591a..5e815013 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -59,6 +59,9 @@ AUTOCLEAN="yes" # Number of mirrors to try when a downloaded file has an incorrect checksum. PORTAGE_FETCH_CHECKSUM_TRY_MIRRORS="5" +# Minimum size of existing file for RESUMECOMMAND to be called. +PORTAGE_FETCH_RESUME_MIN_SIZE="350K" + # Number of times 'emerge --sync' will run before giving up. PORTAGE_RSYNC_RETRIES="3" -- cgit v1.2.3-65-gdbad