mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Reduce max interval to 60 minutes
Per discussion on Redmine, bringing the maximum probe interval down to 60 minutes. Anything higher than this would provide little real-world benefit to gateway monitoring.
This commit is contained in:
parent
7ae00d0d8a
commit
aa93d3fa6c
@ -323,7 +323,7 @@ $section->addInput(new Form_Input(
|
||||
$pconfig['interval'],
|
||||
[
|
||||
'placeholder' => $dpinger_default['interval'],
|
||||
'max' => 86400000
|
||||
'max' => 3600000
|
||||
]
|
||||
))->setHelp('How often an ICMP probe will be sent in milliseconds. Default is %d.', $dpinger_default['interval']);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user