Skip to content

Commit

Permalink
increase length of nso diff interval
Browse files Browse the repository at this point in the history
  • Loading branch information
jonstout committed Nov 12, 2021
1 parent c6f1dc8 commit 31f5ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perl-lib/OESS/lib/OESS/NSO/FWDCTLService.pm
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ sub start {
# Setup polling subroutines
$self->{connection_timer} = AnyEvent->timer(
after => 5,
interval => 30,
interval => 300,
cb => sub { $self->diff(@_); }
);

Expand Down

0 comments on commit 31f5ea0

Please sign in to comment.