summaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.globals3
1 files changed, 3 insertions, 0 deletions
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"