X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FSpot.pm;h=9fa0086ffa1e5595978a4309638f08d38f61b8f5;hb=57c9d48d821e4706ed45f52f86929b01dd494966;hp=fb5683fb5e07b6e9e4656a31977afac323c6376c;hpb=06963a9fca5e08982934c10946b8452f13feba2c;p=spider.git diff --git a/perl/Spot.pm b/perl/Spot.pm index fb5683fb..9fa0086f 100644 --- a/perl/Spot.pm +++ b/perl/Spot.pm @@ -30,7 +30,7 @@ use vars qw($fp $statp $maxspots $defaultspots $maxdays $dirprefix $duplth $dupa $fp = undef; $statp = undef; -$maxspots = 50; # maximum spots to return +$maxspots = 100; # maximum spots to return $defaultspots = 10; # normal number of spots to return $maxdays = 100; # normal maximum no of days to go back $dirprefix = "spots";