]> sjero.net Git - wget/commitdiff
[svn] Oops. Forgot to regenerate and commit wget.info-2 after changing sample.wgetrc.
authordan <devnull@localhost>
Wed, 19 Apr 2000 20:08:58 +0000 (13:08 -0700)
committerdan <devnull@localhost>
Wed, 19 Apr 2000 20:08:58 +0000 (13:08 -0700)
doc/wget.info-2

index e59ff86b0c2e9bd6db5d964e946b2329b4aa8ac2..7edc958a5fc690c2ba4a137cf234009cf18b598e 100644 (file)
@@ -398,6 +398,13 @@ its line.
      # 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
@@ -440,13 +447,6 @@ its line.
      # 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