From: Dirk Koopman Date: Thu, 2 Mar 2023 00:14:19 +0000 (+0000) Subject: fix default spot qrq dupe granularity X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=6e6df48886f4ebdec69cf6980d066773b144fc82 fix default spot qrq dupe granularity --- diff --git a/perl/Spot.pm b/perl/Spot.pm index 2adce542..1dbd96f0 100644 --- a/perl/Spot.pm +++ b/perl/Spot.pm @@ -74,7 +74,7 @@ our $spotcachedays = 2; # default 2 days worth our $minselfspotqrg = 1240000; # minimum freq above which self spotting is allowed our $readback = $main::is_win ? 0 : 1; # don't read spot files backwards if it's windows -our $qrggranularity = 100000; # normalise the qrg to this number of hz (default: 100khz), so tough luck if you have a fumble fingers moment +our $qrggranularity = 1000; # normalise the qrg to this number of hz (default: 100khz), so tough luck if you have a fumble fingers moment our $timegranularity = 600; # ditto to the nearest 100 seconds our $oldstyle = 0; # revert to traditional dupe key format