mirror of
https://github.com/mirror/wget.git
synced 2025-03-10 09:40:17 +08:00
[svn] Oops. Forgot to regenerate and commit wget.info-2 after changing sample.wgetrc.
This commit is contained in:
parent
b27657dd51
commit
7ba90c0cbb
@ -398,6 +398,13 @@ its line.
|
|||||||
# can turn this on to make Wget use passive FTP by default.
|
# can turn this on to make Wget use passive FTP by default.
|
||||||
#passive_ftp = off
|
#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
|
## 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.
|
# the number of seconds you want Wget to wait.
|
||||||
#wait = 0
|
#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
|
# You can force creating directory structure, even if a single is being
|
||||||
# retrieved, by setting this to on.
|
# retrieved, by setting this to on.
|
||||||
#dirstruct = off
|
#dirstruct = off
|
||||||
|
Loading…
Reference in New Issue
Block a user