X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FSpot.pm;h=056fd628557a1947706598f54f958358ef5807fb;hb=d41556c82d7af6d68d9d659bd486be775f82295d;hp=24124f5a3184e6b826800cb036c40a2f79e9d77a;hpb=be5e1ae1ec75bdead65ffb14945b9f5fe164e58a;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`;