X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FSpot.pm;h=056fd628557a1947706598f54f958358ef5807fb;hb=8e14149148baba63ce5ae2b95aacda8ab6dd0d87;hp=24124f5a3184e6b826800cb036c40a2f79e9d77a;hpb=96f67f30b496aafcb4276f9fe9cf0fa9f572318b;p=spider.git diff --git a/perl/Spot.pm b/perl/Spot.pm index 24124f5a..056fd628 100644 --- a/perl/Spot.pm +++ b/perl/Spot.pm @@ -73,7 +73,7 @@ our %spotcache; # the cache of data within the last $spotcachedays 0 or 2+ d our $spotcachedays = 2; # default 2 days worth our $minselfspotqrg = 1240000; # minimum freq above which self spotting is allowed -our $readback = 1; +our $readback = $main::is_win ? 0 : 1; if ($readback) { $readback = `which tac`;