Skip to content

Commit fd3f23e

Browse files
authored
zstd: Default to full zero frames (#1134)
Probably easiest to reference this: klauspost/stdgozstd#1 The decoder still accepts both.
1 parent 8233c58 commit fd3f23e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zstd/encoder_options.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ func (o *encoderOptions) setDefault() {
4242
level: SpeedDefault,
4343
allLitEntropy: false,
4444
lowMem: false,
45+
fullZero: true,
4546
}
4647
}
4748

0 commit comments

Comments
 (0)