]> sjero.net Git - wget/blobdiff - doc/sample.wgetrc
[svn] Realized this morning in the shower that I put the (uncommented) waitretry
[wget] / doc / sample.wgetrc
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