Replace gzip with zstd compression
Use zstd with SpeedBestCompression level for better compression ratios. Remove gzip support entirely. Include generated protobuf file to allow building without protoc.
This commit is contained in:
@@ -219,7 +219,7 @@ Reading file contents and computing cryptographic hashes for manifest generation
|
||||
- `MFFileOuter_VERSION_ONE`
|
||||
- `MFFileOuter_CompressionType` - Compression type for inner message
|
||||
- `MFFileOuter_COMPRESSION_NONE`
|
||||
- `MFFileOuter_COMPRESSION_GZIP`
|
||||
- `MFFileOuter_COMPRESSION_ZSTD`
|
||||
- `MFFile_Version` - Inner file format version
|
||||
- `MFFile_VERSION_NONE`
|
||||
- `MFFile_VERSION_ONE`
|
||||
|
||||
Reference in New Issue
Block a user