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

allow configurable in-memory buffer size for SeekableStream #1359

Merged

Conversation

demoray
Copy link
Contributor

@demoray demoray commented Sep 7, 2023

SeekableStream makes use of an in-memory buffer during reads. Right now, this is currently set to 64k. This change allows the buffer size to be configurable.

Brian Caswell added 2 commits September 7, 2023 11:21
SeekableStream makes use of an in-memory buffer during reads.  Right
now, this is currently set to 64k.  This change allows the buffer size
to be configurable.
demoray pushed a commit to demoray/azure-sdk-for-rust that referenced this pull request Sep 7, 2023
@demoray demoray merged commit aa60f41 into Azure:main Sep 8, 2023
16 checks passed
@demoray demoray deleted the allow-configurable-seekable-stream-buffer-size branch September 8, 2023 14:40
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.

2 participants