From f343fc924f71955f7e3e4f2ca2288ff01acf201a Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 24 Jun 2006 00:06:30 +0000 Subject: [PATCH] Increase qWANDef default bandwidth to 5%. Discussed with Leon, BillM --- usr/local/www/wizards/traffic_shaper_wizard.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/local/www/wizards/traffic_shaper_wizard.inc b/usr/local/www/wizards/traffic_shaper_wizard.inc index 872f8a7ea8..0f6d147df0 100644 --- a/usr/local/www/wizards/traffic_shaper_wizard.inc +++ b/usr/local/www/wizards/traffic_shaper_wizard.inc @@ -86,7 +86,7 @@ function step2_stepsubmitphpaction() { if ($config['shaper']['schedulertype'] == "hfsc") { $queue['realtime'] = "on"; $queue['realtime3'] = "1%"; - $queue['bandwidth'] = 1; + $queue['bandwidth'] = 5; $queue['bandwidthtype'] = '%'; $queue['qlimit'] = 500; } elseif ($config['shaper']['schedulertype'] == "cbq") { @@ -107,7 +107,7 @@ function step2_stepsubmitphpaction() { if ($config['shaper']['schedulertype'] == "hfsc") { $queue['realtime'] = "on"; $queue['realtime3'] = "1%"; - $queue['bandwidth'] = 1; + $queue['bandwidth'] = 5; $queue['bandwidthtype'] = '%'; $queue['qlimit'] = 500; } elseif ($config['shaper']['schedulertype'] == "cbq") {