X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FSpot.pm;h=e9dd27901364080c84d982a0b29f1c5e1cb01eca;hb=6eacc3d2fb49a6babfd77d8a0186c30968cb86ca;hp=bd5f06011fc650f65883703ba0ea52dedb84d529;hpb=17de485c3ef46f712b11a476e8174d75cac2d0d8;p=spider.git diff --git a/perl/Spot.pm b/perl/Spot.pm index bd5f0601..e9dd2790 100644 --- a/perl/Spot.pm +++ b/perl/Spot.pm @@ -70,8 +70,8 @@ $totalspots = $hfspots = $vhfspots = 0; $use_db_for_search = 0; our %spotcache; # the cache of data within the last $spotcachedays 0 or 2+ days -our $spotcachedays = 2; - +our $spotcachedays = 2; # default 2 days worth +our $minselfspotqrg = 1240000; # minimum freq above which self spotting is allowed our $readback = 1;