perl/modules/W3C/LinkChecker/bin checklink,4.151,4.152 checklink.pod,1.21,1.22

Update of /sources/public/perl/modules/W3C/LinkChecker/bin
In directory hutz:/tmp/cvs-serv1753/bin

Modified Files:
	checklink checklink.pod 
Log Message:
Lower default timeout to 30 seconds (#4985).

Index: checklink
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v
retrieving revision 4.151
retrieving revision 4.152
diff -u -d -r4.151 -r4.152
--- checklink	26 Feb 2009 19:16:04 -0000	4.151
+++ checklink	4 Mar 2009 17:23:58 -0000	4.152
@@ -381,7 +381,7 @@
     Verbose           => 0,
     Progress          => 0,
     HTML              => 0,
-    Timeout           => 60,
+    Timeout           => 30,
     Redirects         => 1,
     Dir_Redirects     => 1,
     Accept_Language   => $cmdline ? undef : $ENV{HTTP_ACCEPT_LANGUAGE},
@@ -740,7 +740,7 @@
                             document checked.
  -S, --sleep SECS           Sleep SECS seconds between requests to each server
                             (default and minimum: 1 second).
- -t, --timeout SECS         Timeout for requests (in seconds).
+ -t, --timeout SECS         Timeout for requests in seconds (default: 30).
  -d, --domain DOMAIN        Regular expression describing the domain to which
                             authentication information will be sent
                             (default: $trust).

Index: checklink.pod
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink.pod,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- checklink.pod	25 Oct 2008 19:58:18 -0000	1.21
+++ checklink.pod	4 Mar 2009 17:23:58 -0000	1.22
@@ -123,7 +123,7 @@
 
 =item B<-t, --timeout> I<secs>
 
-Timeout for requests, in seconds.
+Timeout for requests, in seconds.  The default is 30.
 
 =item B<-d, --domain> I<domain>
 

Received on Wednesday, 4 March 2009 17:24:10 UTC