Skip to content

Commit 571cbc0

Browse files
allow compression level 0
Co-authored-by: David Brochart <[email protected]>
1 parent fe07904 commit 571cbc0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/codecs.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,11 @@ cname:
128128
"snappy", "zlib".
129129

130130
clevel:
131-
An integer between 1 and 9 indicating the compression level.
131+
An integer from 0 to 9 which controls the speed and level of
132+
compression. A level of 1 is the fastest compression method and
133+
produces the least compressions, while 9 is slowest and produces
134+
the most compression. Compression is turned off completely when
135+
level is 0.
132136

133137
shuffle:
134138
An integer value in the set {0, 1, 2, -1}. A value of 1

0 commit comments

Comments
 (0)