Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(zstd): default back to GOMAXPROCS concurrency
An upstream change in klauspost/compress#498 changed the default decoder concurrency from GOMAXPROCS to a maximum of 4. Explicitly pass a value of 0 via WithDecoderConcurrency so that GOMAXPROCS is used by default again.
- Loading branch information