Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zstd: Use configured block size (#605)
Single blocks up to max block size would be created with EncodeAll, if src was smaller. This uses the configured max block size. Block size is max for settings >= default, so no change for these.
- Loading branch information