Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The table below shows the valid range of level per compression.type. If the level is not explicitly set by the user, the default value from the compression library will be used like it is done today. The valid range and default value of the compression level are entirely up to the compression library, so they may be changed in the future.

Compression CodecValid RangeDefault
gzip1 (Deflater.BEST_SPEED) ~ 9 (Deflater.BEST_COMPRESSION)6
lz41 ~ 179
zstd-131072 ~ 223

Proposed Changes

This option impacts the following processes:

...