summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/gwlb.inc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-01-04 08:13:31 -0200
committerRenato Botelho <renato@netgate.com>2016-01-04 08:13:31 -0200
commitdeff3aedc1dcb47719cad8224d1aeed68c514ad6 (patch)
tree5bc64672e35435edc228bfdc89f3f697e809e004 /src/etc/inc/gwlb.inc
parent14c49a5f221be41e0c5e3bd668679a2b18a62ede (diff)
downloadpfsense-deff3aedc1dcb47719cad8224d1aeed68c514ad6.zip
pfsense-deff3aedc1dcb47719cad8224d1aeed68c514ad6.tar.gz
Adjust dpinger default values to match recent changes in dpinger project
Diffstat (limited to 'src/etc/inc/gwlb.inc')
-rw-r--r--src/etc/inc/gwlb.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/etc/inc/gwlb.inc b/src/etc/inc/gwlb.inc
index 1987e28..9c60587 100644
--- a/src/etc/inc/gwlb.inc
+++ b/src/etc/inc/gwlb.inc
@@ -38,8 +38,8 @@ function return_dpinger_defaults() {
"losslow" => "10",
"losshigh" => "20",
"interval" => "250",
- "loss_interval" => "1000",
- "time_period" => "25000",
+ "loss_interval" => "1250",
+ "time_period" => "30000",
"alert_interval" => "1000");
}
OpenPOWER on IntegriCloud