aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cnf/make.conf')
-rw-r--r--cnf/make.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/cnf/make.conf b/cnf/make.conf
index b08e81cf4..8d07752f1 100644
--- a/cnf/make.conf
+++ b/cnf/make.conf
@@ -194,7 +194,9 @@
# PORTAGE_RSYNC_RETRIES sets the number of times portage will attempt to retrieve
# a current portage tree before it exits with an error. This allows
# for a more successful retrieval without user intervention most times.
-#PORTAGE_RSYNC_RETRIES="3"
+# If set to a negative number, then retry until all possible addresses are
+# exhausted.
+#PORTAGE_RSYNC_RETRIES="-1"
#
# PORTAGE_RSYNC_EXTRA_OPTS can be used to feed additional options to the rsync
# command used by `emerge --sync`. This will not change the default options