-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make the size of an uploaded chunk configurable #103
Comments
Ref:
|
There is no action needed from our side. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, we upload data to Pulp by leveraging the default chunk size from pulp-glue (1MB, https://github.com/pulp/pulp-cli/blob/e8583642552247b9c918a4684952fbf2e40ae0f4/pulp-glue/pulp_glue/core/context.py#L48). OSTree tarballs are often 1GB+ large.
We would like to make this option configurable, or overwrite the default value to make the upload faster. This part will have to be updated:
pulp-cli-ostree/pulpcore/cli/ostree/repository.py
Line 212 in 566d658
The text was updated successfully, but these errors were encountered: