Increase game queues bandwidth.

Tested with all options enabled.
This commit is contained in:
Scott Ullrich 2006-08-10 00:49:14 +00:00
parent dad38cc22f
commit 4b0c1b3f2e

View File

@ -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";