alter default max spots to 100 and the no of WWV to 5
[spider.git] / perl / Spot.pm
index fb5683fb5e07b6e9e4656a31977afac323c6376c..9fa0086ffa1e5595978a4309638f08d38f61b8f5 100644 (file)
@@ -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";