From 812bea8f9d33daedaea3eca51a5f4f57ec8f42fa Mon Sep 17 00:00:00 2001 From: Anssi Hannula Date: Sun, 15 Jun 2008 17:44:22 +0000 Subject: urpmi: set connection timeout for rsync as well --- urpm/download.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'urpm/download.pm') diff --git a/urpm/download.pm b/urpm/download.pm index 27f03f98..bf70fac6 100644 --- a/urpm/download.pm +++ b/urpm/download.pm @@ -503,6 +503,8 @@ sub sync_rsync { ($options->{quiet} ? qw(-q) : qw(--progress -v)), ($options->{compress} ? qw(-z) : @{[]}), ($options->{ssh} ? qq(-e $options->{ssh}) : @{[]}), + "--timeout=$CONNECT_TIMEOUT", + "--contimeout=$CONNECT_TIMEOUT", qw(--partial --no-whole-file --no-motd --copy-links), (defined $options->{'rsync-options'} ? split /\s+/, $options->{'rsync-options'} : ()), "'$file' '$options->{dir}' 2>&1"); -- cgit v1.2.1