From 3a81e3b1e8bcfc71dc4506c8ca54d3d4f4692039 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 3 Apr 2008 19:28:13 +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. (trunk r9687) svn path=/main/branches/2.1.2/; revision=9688 --- cnf/make.globals | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cnf/make.globals') diff --git a/cnf/make.globals b/cnf/make.globals index b12052060..86c2104d3 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -56,6 +56,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-1-g7c22