]> sjero.net Git - wget/commitdiff
[svn] Realized this morning in the shower that I put the (uncommented) waitretry
authordan <devnull@localhost>
Wed, 19 Apr 2000 02:09:28 +0000 (19:09 -0700)
committerdan <devnull@localhost>
Wed, 19 Apr 2000 02:09:28 +0000 (19:09 -0700)
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
doc/sample.wgetrc

index 5f83d6e9c62b121067f9325cd076a6fe99625020..7e1a4715d5cc18fdbf26db88e1ed772420d6e05d 100644 (file)
@@ -1,3 +1,7 @@
+2000-04-18  Dan Harkless  <dan-wget@dilvish.speed.net>
+
+       * sample.wgetrc: Realized I put a global setting in the local section.
+       
 2000-04-13  Dan Harkless  <dan-wget@dilvish.speed.net>
 
        * Makefile.in (sample.wgetrc.munged_for_texi_inclusion): Added
index 6cadbe06190ff95767a33f9e3ae913622742ec32..072e7bfd361c0be828e4c6e2d93453dd456a700b 100644 (file)
 # 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
 # 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