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

feat: Remove MAX_DATA_LIMIT #780

Merged
merged 1 commit into from
Feb 22, 2023
Merged

feat: Remove MAX_DATA_LIMIT #780

merged 1 commit into from
Feb 22, 2023

Conversation

flub
Copy link
Contributor

@flub flub commented Feb 21, 2023

We used to limit the maximum amount of data that can be transferred,
both the total size as well as single blob size. There is no real
benefit to this, we pass through the reader and do not buffer all this
data at once. And avoiding to fill up the user's disk space is not
our concern.

We used to limit the maximum amount of data that can be transferred,
both the total size as well as single blob size.  There is no real
benefit to this, we pass through the reader and do not buffer all this
data at once.  And avoiding to fill up the user's disk space is not
our concern.
@flub flub requested a review from dignifiedquire February 21, 2023 19:06
@flub
Copy link
Contributor Author

flub commented Feb 21, 2023

/cc @dignifiedquire

@flub flub merged commit 42a6235 into main Feb 22, 2023
@flub flub deleted the flub/no-data-limit branch February 22, 2023 08: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.

3 participants