From 6871b16531e7d36fc02d095d31fb82b8a6b50fe0 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 4 Nov 2010 19:16:43 +0100 Subject: Config.in: wget: default to 3 retries Wget's builtin default of 20 retries before the backup site is used is pretty excessive when a server is down. Signed-off-by: Peter Korsgaard --- Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index b37102db9..b5d408452 100644 --- a/Config.in +++ b/Config.in @@ -19,7 +19,7 @@ menu "Commands" config BR2_WGET string "Wget command" - default "wget --passive-ftp -nd" + default "wget --passive-ftp -nd -t 3" config BR2_SVN string "Subversion (svn) command" -- cgit v1.2.3