summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/gwlb.inc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-12-29 08:44:40 -0200
committerRenato Botelho <renato@netgate.com>2015-12-29 08:44:40 -0200
commit06587e2d57364073e5f5eee725f77353059481da (patch)
tree748d0b1ff3e78689ef71621c7cfff07bb5211251 /src/etc/inc/gwlb.inc
parent135fc32acf7753539bdee74ffa78774656180b51 (diff)
downloadpfsense-06587e2d57364073e5f5eee725f77353059481da.zip
pfsense-06587e2d57364073e5f5eee725f77353059481da.tar.gz
Follow dpinger and change default loss_interval to 4* send_interval
Diffstat (limited to 'src/etc/inc/gwlb.inc')
-rw-r--r--src/etc/inc/gwlb.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/gwlb.inc b/src/etc/inc/gwlb.inc
index 8225c25..b57787b 100644
--- a/src/etc/inc/gwlb.inc
+++ b/src/etc/inc/gwlb.inc
@@ -38,7 +38,7 @@ function return_dpinger_defaults() {
"losslow" => "10",
"losshigh" => "20",
"interval" => "250",
- "loss_interval" => "500",
+ "loss_interval" => "1000",
"time_period" => "25000",
"alert_interval" => "1000");
}
OpenPOWER on IntegriCloud