X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FRBN.pm;h=829f11f7191ac5e3a07fbcac88390ef8ef95975e;hb=f2a65bc2f8ad7069cadc59f8fd4d2ef390567dba;hp=bb64330bc06ef9bfa33e94c5887b2fb3467f8653;hpb=f1cc42a68aeb715c1af7148aff216a9a9f686614;p=spider.git diff --git a/perl/RBN.pm b/perl/RBN.pm index bb64330b..829f11f7 100644 --- a/perl/RBN.pm +++ b/perl/RBN.pm @@ -34,7 +34,7 @@ our $minspottime = 60*60; # the time between respots of a callsign - if a call our $beacontime = 5*60; # same as minspottime, but for beacons (and shorter) -our $dwelltime = 6; # the amount of time to wait for duplicates before issuing +our $dwelltime = 8; # the amount of time to wait for duplicates before issuing # a spot to the user (no doubt waiting with bated breath). our $filterdef = $Spot::filterdef; # we use the same filter as the Spot system. Can't think why :-).