Extend ZoneEdit polling interval to 10min
This commit is contained in:
parent
218e1a9974
commit
d3d7bda8ca
1 changed files with 1 additions and 1 deletions
|
@ -936,7 +936,7 @@ my %services = (
|
||||||
'examples' => \&nic_zoneedit1_examples,
|
'examples' => \&nic_zoneedit1_examples,
|
||||||
'variables' => {
|
'variables' => {
|
||||||
%{$variables{'service-common-defaults'}},
|
%{$variables{'service-common-defaults'}},
|
||||||
'min-interval' => setv(T_DELAY, 0, 0, interval('5m'), 0),
|
'min-interval' => setv(T_DELAY, 0, 0, interval('10m'), 0),
|
||||||
'server' => setv(T_FQDNP, 1, 0, 'dynamic.zoneedit.com', undef),
|
'server' => setv(T_FQDNP, 1, 0, 'dynamic.zoneedit.com', undef),
|
||||||
'zone' => setv(T_OFQDN, 0, 0, undef, undef),
|
'zone' => setv(T_OFQDN, 0, 0, undef, undef),
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue