X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProt.pm;fp=perl%2FDXProt.pm;h=eec6b67b2d731730b7df2d52f42c5ee530208d23;hb=8e15f9531d1629f5a2f51ab59fe3ce90e49f2d09;hp=e9fa42b6d4384418b84da43f319aa738638cf1bf;hpb=93292dcd622b1505d2cbab334277c89e7c8afd27;p=spider.git diff --git a/perl/DXProt.pm b/perl/DXProt.pm index e9fa42b6..eec6b67b 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -493,7 +493,7 @@ sub process if ($dxchan == $main::me || ($ref && ($ref->measure_pc9x_t($main::systime-$main::systime_daystart)) >= $pc92_update_period/2)) { $dxchan->broadcast_pc92_update($dxchan->{call}); } else { - $dxchan->update_pc92_next($pc92_update_period - rand(60)); + $dxchan->update_pc92_next($pc92_update_period - rand($pc92_update_period/4)); } } }