Andy McBlane
Results
3
comments of
Andy McBlane
Thanks for the detailed write up. We hit the same issue with `gzip` not being available.
@Jagaban144 no details provided?
~This occurs as `getCompressionMethod()` only returns `CompressionMethod.Gzip` or `CompressionMethod.ZstdWithoutLong` If it was to return `CompressionMethod.Zstd` then it will run `zstdmt --long=30` compared to `zstdmt`~ ~Suggestion is to re-work `getCompressionMethod()` to...