diff options
Diffstat (limited to 'Master/tlpkg/installer/wgetrc')
-rw-r--r-- | Master/tlpkg/installer/wgetrc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/wgetrc b/Master/tlpkg/installer/wgetrc index 7aeacc74e1d..eb4650e6920 100644 --- a/Master/tlpkg/installer/wgetrc +++ b/Master/tlpkg/installer/wgetrc @@ -28,7 +28,7 @@ # You can lower (or raise) the default number of retries when # downloading a file (default is 20). -#tries = 20 +tries = 2 # Lowering the maximum depth of the recursive retrieval is handy to # prevent newbies from going too "deep" when they unwittingly start @@ -110,3 +110,8 @@ waitretry = 10 # To have Wget follow FTP links from HTML files by default, set this # to on: #follow_ftp = off + +# +# timeout, not sure if this is evaluated +timeout = 60 + |