put back startup_delay to RBN
authorDirk Koopman <djk@tobit.co.uk>
Sun, 7 Jun 2020 00:53:00 +0000 (01:53 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Sun, 7 Jun 2020 00:53:00 +0000 (01:53 +0100)
perl/RBN.pm

index 158fefc5fda3fc4f472c06072dd60140035286e0..8bd4249511415243c9046497f40b18445d11a6f6 100644 (file)
@@ -21,7 +21,7 @@ use Date::Parse;
 
 our @ISA = qw(DXChannel);
 
-our $startup_delay = 0;# 5*60;                 # don't send anything out until this timer has expired
+our $startup_delay =5*60;              # don't send anything out until this timer has expired
                                 # this is to allow the feed to "warm up" with duplicates
                                 # so that the "big rush" doesn't happen.