Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7123192
D738.id2316.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
436 B
Subscribers
None
D738.id2316.diff
View Options
diff --git a/swh/loader/pypi/client.py b/swh/loader/pypi/client.py
--- a/swh/loader/pypi/client.py
+++ b/swh/loader/pypi/client.py
@@ -290,7 +290,7 @@
h = hashutil.MultiHash(length=length)
with open(filepath, 'wb') as f:
- for chunk in r.iter_content():
+ for chunk in r.iter_content(chunk_size=None):
h.update(chunk)
f.write(chunk)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 18, 2:26 AM (2 d, 4 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3220409
Attached To
D738: pypi.client: Improve tarballs download time
Event Timeline
Log In to Comment