SPECS: pldnotify.awk - 300 is far too much

arekm arekm at pld-linux.org
Sun Nov 30 17:57:41 CET 2008


Author: arekm                        Date: Sun Nov 30 16:57:41 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 300 is far too much

---- Files affected:
SPECS:
   pldnotify.awk (1.65 -> 1.66) 

---- Diffs:

================================================================
Index: SPECS/pldnotify.awk
diff -u SPECS/pldnotify.awk:1.65 SPECS/pldnotify.awk:1.66
--- SPECS/pldnotify.awk:1.65	Thu Oct 30 09:44:27 2008
+++ SPECS/pldnotify.awk	Sun Nov 30 17:57:36 2008
@@ -182,7 +182,7 @@
 
 
 	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)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pldnotify.awk?r1=1.65&r2=1.66&f=u



More information about the pld-cvs-commit mailing list