add cty3126, enable spot cache as default
[spider.git] / perl / Spot.pm
index d88a5f7f4d425a0ac2b22769beada412df347578..bd5f06011fc650f65883703ba0ea52dedb84d529 100644 (file)
@@ -70,7 +70,7 @@ $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 = 0;
+our $spotcachedays = 2;
 
 
 our $readback = 1;