Reduce default concurrency for musl thread over-subscription

https://github.com/lovell/sharp-libvips/issues/229
This commit is contained in:
Lovell Fuller
2024-04-30 19:14:13 +01:00
parent 93c615d39f
commit da655a1859
2 changed files with 5 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ Requires libvips v8.15.2
* Remove experimental status from `pipelineColourspace`.
* Reduce default concurrency when musl thread over-subscription detected.
* TypeScript: add missing definitions for `OverlayOptions`.
[#4048](https://github.com/lovell/sharp/pull/4048)
[@ike-gg](https://github.com/ike-gg)