We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28472ad commit fff2910Copy full SHA for fff2910
src/pip/_internal/network/utils.py
@@ -25,7 +25,7 @@
25
# possible to make this work.
26
HEADERS: Dict[str, str] = {"Accept-Encoding": "identity"}
27
28
-DOWNLOAD_CHUNK_SIZE = 1024 * 1024
+DOWNLOAD_CHUNK_SIZE = 256 * 1024
29
30
31
def raise_for_status(resp: Response) -> None:
0 commit comments