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 60a1a66 commit 8c3a68dCopy full SHA for 8c3a68d
news/13464.feature.rst
@@ -0,0 +1 @@
1
+Automatic download resumption and retrying is enabled by default.
src/pip/_internal/cli/cmdoptions.py
@@ -294,7 +294,7 @@ class PipOption(Option):
294
"--resume-retries",
295
dest="resume_retries",
296
type="int",
297
- default=0,
+ default=5,
298
help="Maximum attempts to resume or restart an incomplete download. "
299
"(default: %default)",
300
)
0 commit comments