forked from allanlei/python-zipstream
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Currently the code reads files by 8 Kb chunks:
python-zipstream/zipstream/__init__.py
Line 310 in 961886f
| buf = fp.read(1024 * 8) |
Would it be beneficial to make it configurable?
Metadata
Metadata
Assignees
Labels
No labels