From b27657dd51f6fc63df4722350ef99d0b94bc1ad9 Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 18 Apr 2000 19:09:28 -0700 Subject: [PATCH] [svn] Realized this morning in the shower that I put the (uncommented) waitretry setting in the local section, which is prefaced by a comment saying that stuff in there shouldn't be set in the global file. Moved the setting to the global section. --- doc/ChangeLog | 4 ++++ doc/sample.wgetrc | 14 +++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 5f83d6e9..7e1a4715 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2000-04-18 Dan Harkless + + * sample.wgetrc: Realized I put a global setting in the local section. + 2000-04-13 Dan Harkless * Makefile.in (sample.wgetrc.munged_for_texi_inclusion): Added diff --git a/doc/sample.wgetrc b/doc/sample.wgetrc index 6cadbe06..072e7bfd 100644 --- a/doc/sample.wgetrc +++ b/doc/sample.wgetrc @@ -41,6 +41,13 @@ # can turn this on to make Wget use passive FTP by default. #passive_ftp = off +# The "wait" command above makes Wget wait between every connection. +# If, instead, you want Wget to wait only between retries of failed +# downloads, set this variable to maximum number of seconds to wait +# (Wget will use "linear backoff", waiting 1 second after the first +# failure on a file, up to this max). +waitretry = 10 + ## ## Local settings (for a user to set in his $HOME/.wgetrc). It is @@ -83,13 +90,6 @@ # the number of seconds you want Wget to wait. #wait = 0 -# The "wait" command above makes Wget wait between every connection. -# If, instead, you want Wget to wait only between retries of failed -# downloads, set this variable to maximum number of seconds to wait -# (Wget will use "linear backoff", waiting 1 second after the first -# failure on a file, up to this max). -waitretry = 10 - # You can force creating directory structure, even if a single is being # retrieved, by setting this to on. #dirstruct = off -- 2.39.2