summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/gwlb.inc
diff options
context:
space:
mode:
authorDenny Page <dennypage@me.com>2016-03-03 20:23:14 -0800
committerDenny Page <dennypage@me.com>2016-03-03 20:23:14 -0800
commitd711fbbcdda4a374e9756026de1e995e93270831 (patch)
treef417b0d73dc619b21c9a9051a335430125c8457c /src/etc/inc/gwlb.inc
parent846fc2d793336578f469f143dfe3e59361dc156b (diff)
downloadpfsense-d711fbbcdda4a374e9756026de1e995e93270831.zip
pfsense-d711fbbcdda4a374e9756026de1e995e93270831.tar.gz
Adjust default parameters to match changes in dpinger
Diffstat (limited to 'src/etc/inc/gwlb.inc')
-rw-r--r--src/etc/inc/gwlb.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/etc/inc/gwlb.inc b/src/etc/inc/gwlb.inc
index 444f742..454e16c 100644
--- a/src/etc/inc/gwlb.inc
+++ b/src/etc/inc/gwlb.inc
@@ -61,9 +61,9 @@ function return_dpinger_defaults() {
"latencyhigh" => "500",
"losslow" => "10",
"losshigh" => "20",
- "interval" => "250",
- "loss_interval" => "1250",
- "time_period" => "30000",
+ "interval" => "500",
+ "loss_interval" => "2000",
+ "time_period" => "60000",
"alert_interval" => "1000",
"data_payload" => "0");
}
OpenPOWER on IntegriCloud