Skip to content

docs: fix the max-concurrent-downloads and max-concurrent-uploads configs documentation#3834

Merged
sam-thibault merged 1 commit intodocker:masterfrom
luismulinari:fix_max_concurrent_downloads_uploads_docs
Dec 2, 2022
Merged

docs: fix the max-concurrent-downloads and max-concurrent-uploads configs documentation#3834
sam-thibault merged 1 commit intodocker:masterfrom
luismulinari:fix_max_concurrent_downloads_uploads_docs

Conversation

@luismulinari
Copy link
Copy Markdown
Contributor

Fixes moby/moby#44346.

- What I did

The max-concurrent-downloads and max-concurrent-uploads limits are applied for the whole engine and not for each pull/push command, as informed on the commands docs.

This PR fixes the max-concurrent-downloads and max-concurrent-uploads command documentation.

- How I did it

Fixed the docs. All the investigation part is documented on moby/moby#44346

- How to verify it

See moby/moby#44346

- Description for the changelog

Fix the max-concurrent-downloads and max-concurrent-uploads configs documentation. The max-concurrent-downloads and max-concurrent-uploads limits are applied for the whole engine and not for each pull/push command.

@luismulinari luismulinari force-pushed the fix_max_concurrent_downloads_uploads_docs branch from e12cc26 to 4ffe527 Compare October 26, 2022 10:08
@vvoland
Copy link
Copy Markdown
Collaborator

vvoland commented Oct 28, 2022

Thanks!
Would you also want to correct this in manpage and zsh completion script?

cli/man/dockerd.8.md

Lines 319 to 323 in b655203

**--max-concurrent-downloads**=*3*
Set the max concurrent downloads for each pull. Default is `3`.
**--max-concurrent-uploads**=*5*
Set the max concurrent uploads for each push. Default is `5`.

"($help)--max-concurrent-downloads[Set the max concurrent downloads for each pull]" \
"($help)--max-concurrent-uploads[Set the max concurrent uploads for each push]" \

@luismulinari
Copy link
Copy Markdown
Contributor Author

Thanks for reviewing this, @vvoland.

Sure! I'll do it.

…ocumentation

This fix tries to address issues raised in moby/moby#44346.
The max-concurrent-downloads and max-concurrent-uploads limits are applied for the whole engine and not for each pull/push command.

Signed-off-by: Luis Henrique Mulinari <[email protected]>
@luismulinari luismulinari force-pushed the fix_max_concurrent_downloads_uploads_docs branch from 4ffe527 to 684dcd7 Compare October 28, 2022 15:31
@luismulinari
Copy link
Copy Markdown
Contributor Author

Done @vvoland.

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Merging #3834 (684dcd7) into master (4e05b45) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3834   +/-   ##
=======================================
  Coverage   59.21%   59.21%           
=======================================
  Files         288      288           
  Lines       24605    24605           
=======================================
  Hits        14571    14571           
  Misses       9159     9159           
  Partials      875      875           

@luismulinari luismulinari changed the title Fix the max-concurrent-downloads and max-concurrent-uploads configs documentation docs: fix the max-concurrent-downloads and max-concurrent-uploads configs documentation Nov 16, 2022
@luismulinari
Copy link
Copy Markdown
Contributor Author

Hey @sam-thibault! Thanks for the review!

Is this good to be merged? Can I help with anything else?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dockerd max-concurrent-uploads/download is not working according to the documentation

5 participants