Skip to content
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

changed default download chunk size to 10MB #535

Merged
merged 6 commits into from
Feb 21, 2024

Conversation

VictorVerhaert
Copy link
Contributor

issue #528
this affects response.iter_content in the following functions:

  • openeo.rest.connection.Connection.download
  • openeo.rest.job.Job.download
  • openeo.rest.userfile.UserFile.download

in Job.download the chunk size can still be overwritten by the user

issue528
this affects response.iter_content in the following functions:
- openeo.rest.connection.Connection.download
- openeo.rest.job.Job.download
- openeo.rest.userfile.UserFile.download

in Job.download the chunk size can still be overwritten by the user
@VictorVerhaert VictorVerhaert linked an issue Feb 6, 2024 that may be closed by this pull request
CHANGELOG.md Outdated Show resolved Hide resolved
openeo/rest/connection.py Outdated Show resolved Hide resolved
openeo/rest/__init__.py Outdated Show resolved Hide resolved
openeo/rest/job.py Outdated Show resolved Hide resolved
openeo/rest/job.py Outdated Show resolved Hide resolved
openeo/rest/job.py Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@soxofaan soxofaan merged commit b7f9478 into master Feb 21, 2024
9 checks passed
@soxofaan soxofaan deleted the issue528-deafult-download-chunk-size branch February 21, 2024 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use default chunk_size in download
2 participants