]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- 300 is far too much
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 30 Nov 2008 16:57:36 +0000 (16:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pldnotify.awk -> 1.66

pldnotify.awk

index 228888b7f74e97c712c05b35bf27761ff0572517..33fb47bde1371f401bc543ea0f128ae664db738d 100644 (file)
@@ -182,7 +182,7 @@ function get_links(url,filename,errno,link,oneline,retval,odp,wholeodp,lowerodp,
 
 
        if (DEBUG) print "Retrieving: " url
-       errno=system("wget -O - \"" url "\" -t 3 -T 300 --passive-ftp > " tmpfile " 2>/dev/null" )
+       errno=system("wget -O - \"" url "\" -t 2 -T 45 --passive-ftp > " tmpfile " 2>/dev/null" )
 
        if (errno==0) {
                while (getline oneline < tmpfile)
This page took 0.158224 seconds and 4 git commands to generate.