summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--urpm/download.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/urpm/download.pm b/urpm/download.pm
index eef8f0f9..7afdbc94 100644
--- a/urpm/download.pm
+++ b/urpm/download.pm
@@ -9,8 +9,8 @@ use Cwd;
our $PROXY_CFG = '/etc/urpmi/proxy.cfg';
my $proxy_config;
-#- Timeout for curl connection (in seconds)
-our $CONNECT_TIMEOUT = 60;
+#- Timeout for curl connection and wget operations
+our $CONNECT_TIMEOUT = 60; #- (in seconds)
sub basename { local $_ = shift; s|/*\s*$||; s|.*/||; $_ }