We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47e79b7 commit 4efceb4Copy full SHA for 4efceb4
1 file changed
src/compression.jl
@@ -118,7 +118,7 @@ struct DeflateCompressor <: CompressorCodec
118
end
119
120
"""
121
- DeflateCompressor(;level=$(Z_DEFAULT_COMPRESSION), windowbits=$(Z_DEFAULT_COMPRESSION))
+ DeflateCompressor(;level=$(Z_DEFAULT_COMPRESSION), windowbits=$(Z_DEFAULT_WINDOWBITS))
122
123
Create a deflate compression codec.
124
0 commit comments