Change the warning threshold for the apinger delay warning from 100 to 200 ms.

This commit is contained in:
Seth Mos 2009-05-28 09:50:44 +02:00
parent e1c6b3d674
commit 6f255c8b63

View File

@ -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 */