We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eef616 commit 6685249Copy full SHA for 6685249
1 file changed
gzipstream/gzipstreamfile.py
@@ -2,7 +2,7 @@
2
3
4
class GzipStreamFile(object):
5
- READ_SIZE = 1024 * 8
+ READ_SIZE = 1024 * 4
6
7
def __init__(self, stream):
8
self.stream = stream
0 commit comments