From cad5df834a2ac44904b79e66d79ac5c97bad9a53 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 13 Jun 2005 01:15:00 +0000 Subject: Timeout on all network operations when using wget --- urpm/download.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm') diff --git a/urpm/download.pm b/urpm/download.pm index 38ee23ed..eef8f0f9 100644 --- a/urpm/download.pm +++ b/urpm/download.pm @@ -217,7 +217,7 @@ sub sync_wget { ($options->{callback} ? ("--progress=bar:force", "-o", "-") : $options->{quiet} ? "-q" : @{[]}), "--retr-symlinks", - "--connect-timeout=$CONNECT_TIMEOUT", + "--timeout=$CONNECT_TIMEOUT", "-NP", $options->{dir}, @_ -- cgit v1.2.1