Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'networking/wget.c')
-rw-r--r--networking/wget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/wget.c b/networking/wget.c
index b6f9d605a..9153264fc 100644
--- a/networking/wget.c
+++ b/networking/wget.c
@@ -1109,7 +1109,7 @@ static void download_one_url(const char *url)
* We are not sure it exists on remote side */
}
- redir_limit = 5;
+ redir_limit = 16;
resolve_lsa:
lsa = xhost2sockaddr(server.host, server.port);
if (!(option_mask32 & WGET_OPT_QUIET)) {