alter default max spots to 100 and the no of WWV to 5
[spider.git] / cmd / show / wwv.pl
index eb8d517bff9caed349809acefe210ef644144997..349180ae0270262f7ae4f28655c89c1784997853 100644 (file)
@@ -27,7 +27,7 @@ while ($f = shift @f) {                 # next field
 }
 
 $from = 1 unless $from;
-$to = 10 unless $to;
+$to = 5 unless $to;
 
 push @out, "Date        Hour   SFI   A   K Forecast                               Logger";
 my @in = Geomag::search($from, $to, $main::systime);