From 5748367d500965a6fa35a920c2deb38ab51778c4 Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Sun, 7 Jun 2020 01:53:00 +0100 Subject: [PATCH] put back startup_delay to RBN --- perl/RBN.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/RBN.pm b/perl/RBN.pm index 158fefc5..8bd42495 100644 --- a/perl/RBN.pm +++ b/perl/RBN.pm @@ -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. -- 2.34.1