diff options
author | Karl Berry <karl@freefriends.org> | 2009-06-28 15:58:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-06-28 15:58:21 +0000 |
commit | ef4feae42c0764e5906fdb15333d89c630c7ba22 (patch) | |
tree | a27cd0b15432321434e5a205052af25f12ce253c | |
parent | 08a53bdd859aa65607e861717aefe482d4e25e01 (diff) |
(_download_file): let's bump up to --tries=10
--timeout=90 by default.
git-svn-id: svn://tug.org/texlive/trunk@13983 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 4e5b038ef39..cb3209a1be6 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -1940,7 +1940,7 @@ sub _download_file { my $wget = $ENV{"TL_DOWNLOAD_PROGRAM"} || $wgetdefault; my $wgetargs = $ENV{"TL_DOWNLOAD_ARGS"} - || "--tries=8 --timeout=60 -q -O"; + || "--tries=10 --timeout=90 -q -O"; debug("downloading $url using $wget $wgetargs\n"); my $ret; |