summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhugo <hugo@localhost>2000-06-23 16:56:42 +0000
committerhugo <hugo@localhost>2000-06-23 16:56:42 +0000
commit015aca177111d6979d5f8908502113f3f455684c (patch)
tree1578f7bda87a9b73df43f2e299292790335dba02
parent7479513931449f2a922818f070831bf3fc2d85b7 (diff)
downloadmarkup-validator-015aca177111d6979d5f8908502113f3f455684c.zip
markup-validator-015aca177111d6979d5f8908502113f3f455684c.tar.gz
markup-validator-015aca177111d6979d5f8908502113f3f455684c.tar.bz2
Increased the limit for the online version to 150 documents.
-rwxr-xr-xhttpd/cgi-bin/checklink.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/httpd/cgi-bin/checklink.pl b/httpd/cgi-bin/checklink.pl
index 672e7bd..2b6ef76 100755
--- a/httpd/cgi-bin/checklink.pl
+++ b/httpd/cgi-bin/checklink.pl
@@ -5,7 +5,7 @@
# (c) 1999-2000 World Wide Web Consortium
# based on Renaud Bruyeron's checklink.pl
#
-# $Id: checklink.pl,v 2.52 2000-06-12 15:37:34 hugo Exp $
+# $Id: checklink.pl,v 2.53 2000-06-23 16:56:42 hugo Exp $
#
# This program is licensed under the W3C(r) License:
# http://www.w3.org/Consortium/Legal/copyright-software
@@ -31,7 +31,7 @@ $| = 1;
# Version info
my $PROGRAM = 'W3C checklink';
-my $VERSION = q$Revision: 2.52 $ . '(c) 1999-2000 W3C';
+my $VERSION = q$Revision: 2.53 $ . '(c) 1999-2000 W3C';
my $REVISION; ($REVISION = $VERSION) =~ s/Revision: (\d+\.\d+) .*/$1/;
# Different options specified by the user
@@ -56,7 +56,7 @@ my $_contact_address = 'hugo@w3.org';
# Restrictions for the online version
my $_sleep_time = 3;
-my $_max_documents = 50;
+my $_max_documents = 150;
# Global variables
# What is our query?