mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Really using "stepwise refinement" on this file, aren't I? Realized during the
usual shower meditation session this morning that I hadn't changed the text 'The "wait" command above' when I moved waitretry up so "wait" no longer _is_ above. Fixed to say "below" and got a little more wordy on the "linear backoff".
This commit is contained in:
parent
7ba90c0cbb
commit
ed80cb342b
@ -41,11 +41,11 @@
|
|||||||
# 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.
|
# The "wait" command below makes Wget wait between every connection.
|
||||||
# If, instead, you want Wget to wait only between retries of failed
|
# If, instead, you want Wget to wait only between retries of failed
|
||||||
# downloads, set this variable to maximum number of seconds to wait
|
# downloads, set waitretry to maximum number of seconds to wait (Wget
|
||||||
# (Wget will use "linear backoff", waiting 1 second after the first
|
# will use "linear backoff", waiting 1 second after the first failure
|
||||||
# failure on a file, up to this max).
|
# on a file, 2 seconds after the second failure, etc. up to this max).
|
||||||
waitretry = 10
|
waitretry = 10
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user