remove now-obsolete sleep
This commit is contained in:
@ -7,8 +7,6 @@ use File::Temp qw/tempfile/;
|
|||||||
|
|
||||||
my $force = shift; # a "force" flag, if the update is big
|
my $force = shift; # a "force" flag, if the update is big
|
||||||
|
|
||||||
sleep 30; # So the master can populate new zones first
|
|
||||||
|
|
||||||
my $ddns = Martnet::DDNS->new();
|
my $ddns = Martnet::DDNS->new();
|
||||||
|
|
||||||
my @vh = $ddns->get();
|
my @vh = $ddns->get();
|
||||||
|
|||||||
Reference in New Issue
Block a user