From 4b0c1b3f2e577aae4eecca9a2a19083d131f79ac Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 10 Aug 2006 00:49:14 +0000 Subject: [PATCH] Increase game queues bandwidth. Tested with all options enabled. --- 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 6ec565094f..b6da990f37 100644 --- a/usr/local/www/wizards/traffic_shaper_wizard.inc +++ b/usr/local/www/wizards/traffic_shaper_wizard.inc @@ -475,7 +475,7 @@ function step5_stepsubmitphpaction() { if ($config['shaper']['schedulertype'] == "hfsc") { $queue['realtime'] = "on"; $queue['realtime3'] = "1Kb"; - $queue['bandwidth'] = 10; + $queue['bandwidth'] = 25; $queue['bandwidthtype'] = '%'; } elseif ($config['shaper']['schedulertype'] == "cbq") { $queue['borrow'] = "on"; @@ -493,7 +493,7 @@ function step5_stepsubmitphpaction() { if ($config['shaper']['schedulertype'] == "hfsc") { $queue['realtime'] = "on"; $queue['realtime3'] = "1Kb"; - $queue['bandwidth'] = 10; + $queue['bandwidth'] = 25; $queue['bandwidthtype'] = '%'; } elseif ($config['shaper']['schedulertype'] == "cbq") { $queue['borrow'] = "on";