Skip to content

Commit fff2910

Browse files
committed
download: use 256 kB chunks
1 parent 28472ad commit fff2910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/network/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# possible to make this work.
2626
HEADERS: Dict[str, str] = {"Accept-Encoding": "identity"}
2727

28-
DOWNLOAD_CHUNK_SIZE = 1024 * 1024
28+
DOWNLOAD_CHUNK_SIZE = 256 * 1024
2929

3030

3131
def raise_for_status(resp: Response) -> None:

0 commit comments

Comments
 (0)