Skip to content

Commit 6685249

Browse files
committed
Small tweak to read size according to benchmarks
Still up for better suggestions however..!
1 parent 6eef616 commit 6685249

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gzipstream/gzipstreamfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
class GzipStreamFile(object):
5-
READ_SIZE = 1024 * 8
5+
READ_SIZE = 1024 * 4
66

77
def __init__(self, stream):
88
self.stream = stream

0 commit comments

Comments
 (0)