mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Increase qWANDef default bandwidth to 5%.
Discussed with Leon, BillM
This commit is contained in:
parent
270a73fe57
commit
f343fc924f
@ -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") {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user