Disable unprint browser re-use by default to observe memory effect. Fixed media throttling argument in http module.

This commit is contained in:
DebaucheryLibrarian
2026-01-02 01:13:20 +01:00
parent 373c0a9e25
commit a08d091989
3 changed files with 22 additions and 2 deletions

View File

@@ -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') {