From 6f255c8b63171673cf124dc0725f98a472e33cbb Mon Sep 17 00:00:00 2001 From: Seth Mos Date: Thu, 28 May 2009 09:50:44 +0200 Subject: [PATCH] Change the warning threshold for the apinger delay warning from 100 to 200 ms. --- etc/inc/vslb.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/vslb.inc b/etc/inc/vslb.inc index f1f6882abd..213062b5ad 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 */