Skip to content

Fix bug in compress_block_log that underreported the expected size

Eric Frias requested to merge compressed-blocks-fixes into develop

when compressed with a single algorithm. Switch the order of compression algorithms used during normal mode to prefer brotli over zstd.

Merge request reports