bigger random element in PC92 ext. node holdoff calcs
[spider.git] / perl / DXProt.pm
index e9fa42b6d4384418b84da43f319aa738638cf1bf..eec6b67b2d731730b7df2d52f42c5ee530208d23 100644 (file)
@@ -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));
                                        }
                                }
                        }