summaryrefslogtreecommitdiffstats
path: root/etc/inc/vslb.inc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2009-05-28 09:50:44 +0200
committerSeth Mos <seth.mos@xs4all.nl>2009-05-28 09:50:44 +0200
commit6f255c8b63171673cf124dc0725f98a472e33cbb (patch)
tree90e05db07a32838cef088a8f90a7ae12831ca55e /etc/inc/vslb.inc
parente1c6b3d67490c079b785ba2330a3366a2f4ecc89 (diff)
downloadpfsense-6f255c8b63171673cf124dc0725f98a472e33cbb.zip
pfsense-6f255c8b63171673cf124dc0725f98a472e33cbb.tar.gz
Change the warning threshold for the apinger delay warning from 100 to 200 ms.
Diffstat (limited to 'etc/inc/vslb.inc')
-rw-r--r--etc/inc/vslb.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/vslb.inc b/etc/inc/vslb.inc
index f1f6882..213062b 100644
--- a/etc/inc/vslb.inc
+++ b/etc/inc/vslb.inc
@@ -95,7 +95,7 @@ function slbd_configure() {
/* Gateway Pools */
$a_settings['latencylow'] = "10";
$a_settings['latencyhigh'] = "20";
- $a_settings['losslow'] = "100";
+ $a_settings['losslow'] = "200";
$a_settings['losshigh'] = "500";
/* kill apinger process */
OpenPOWER on IntegriCloud