summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-06-25 20:19:41 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-06-25 20:19:41 +0000
commita59e6d03d491987a52f266a39dcf0caa6b78e86e (patch)
treeb3e25250a4bad9f2c4ac1e8298e7904f95521772 /usr/local/www
parent75a8e564eaf28de073d5ac1bc826c4c137f99cb4 (diff)
downloadpfsense-a59e6d03d491987a52f266a39dcf0caa6b78e86e.zip
pfsense-a59e6d03d491987a52f266a39dcf0caa6b78e86e.tar.gz
Increase qOthers bandwidth to 5%.
Diffstat (limited to 'usr/local/www')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.inc4
1 files 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 afc2f38..4fcf2ec 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard.inc
@@ -701,7 +701,7 @@ function step6_stepsubmitphpaction() {
if ($config['shaper']['schedulertype'] == "hfsc") {
$queue['realtime'] = "on";
$queue['realtime3'] = "1Kb";
- $queue['bandwidth'] = 1;
+ $queue['bandwidth'] = 5;
$queue['bandwidthtype'] = '%';
} elseif ($config['shaper']['schedulertype'] == "cbq") {
$queue['borrow'] = "on";
@@ -721,7 +721,7 @@ function step6_stepsubmitphpaction() {
if ($config['shaper']['schedulertype'] == "hfsc") {
$queue['realtime'] = "on";
$queue['realtime3'] = "1Kb";
- $queue['bandwidth'] = 1;
+ $queue['bandwidth'] = 5;
$queue['bandwidthtype'] = '%';
} elseif ($config['shaper']['schedulertype'] == "cbq") {
$queue['borrow'] = "on";
OpenPOWER on IntegriCloud