Disable unprint browser re-use by default to observe memory effect. Fixed media throttling argument in http module.
This commit is contained in:
@@ -119,7 +119,7 @@ function getLimiterValue(prop, options, hostname) {
|
||||
const mappedProp = propMap[options.limits]?.[prop] || prop;
|
||||
|
||||
if (typeof argv[mappedProp] !== 'undefined') {
|
||||
return argv[prop];
|
||||
return argv[mappedProp];
|
||||
}
|
||||
|
||||
if (typeof options[prop] !== 'undefined') {
|
||||
|
||||
Reference in New Issue
Block a user