increase PC92 A/D slug time to 5 minutes
authorDirk Koopman <djk@tobit.co.uk>
Sun, 31 Oct 2010 16:26:30 +0000 (16:26 +0000)
committerDirk Koopman <djk@tobit.co.uk>
Sun, 31 Oct 2010 16:26:30 +0000 (16:26 +0000)
Changes
perl/DXProtHandle.pm
perl/Version.pm

diff --git a/Changes b/Changes
index 883f35e522ca96a675b0df6f135f952ca41d41dc..75e74ad4ac7f89abc121fabe7e8408ed63a945f1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+31Oct10=======================================================================
+1. Increase PC92 A/D "slug" time to 5 minutes.
 29Oct10=======================================================================
 1. Allow Jim AD1C to track the changes to the cluster in realtime using the
 debug system (set/debug cluster).
index 14e7766de48c8a675330d4c75007434b517eede3..81cde0bf09151adbaae4f0f44c7befbe918bb08e 100644 (file)
@@ -49,7 +49,7 @@ use vars qw($pc11_max_age $pc23_max_age $last_pc50 $eph_restime $eph_info_restim
 
 $pc9x_dupe_age = 60;                   # catch loops of circular (usually) D records
 $pc10_dupe_age = 45;                   # just something to catch duplicate PC10->PC93 conversions
-$pc92_slug_changes = 60;               # slug any changes going outward for this long
+$pc92_slug_changes = 60*5;             # slug any changes going outward for this long
 $last_pc92_slug = 0;                   # the last time we sent out any delayed add or del PC92s
 $pc9x_time_tolerance = 15*60;  # the time on a pc9x is allowed to be out by this amount
 $pc9x_past_age = (122*60)+             # maximum age in the past of a px9x (a config record might be the only
index 1d6f99afe9649941dc52fde3196c321619e5a969..566df0d43f0a05aec4ca3fcce4927ce0881f20a6 100644 (file)
@@ -11,7 +11,7 @@ use vars qw($version $subversion $build $gitversion);
 
 $version = '1.55';
 $subversion = '0';
-$build = '81';
-$gitversion = '67e8ed5';
+$build = '82';
+$gitversion = 'b7512d7';
 
 1;