We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e61a864 commit 64a555bCopy full SHA for 64a555b
src/pip/_internal/network/download.py
@@ -56,7 +56,7 @@ def _prepare_download(
56
show_progress = False
57
elif not total_length:
58
show_progress = True
59
- elif total_length > (40 * 1000):
+ elif total_length > (512 * 1024):
60
61
else:
62
0 commit comments