-
Notifications
You must be signed in to change notification settings - Fork 135
Increase maximum upload chunk to 9MB #6377
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
Conversation
On embedded system running virtual machines, I observe significant upload performance with higher upload chunk size.
Thank you for your contribution @zxcve123! We will review the pull request and get back to you soon. |
API change check API changes are not detected in this pull request. |
@zxcve123, do you happen to have any performance test for this scenario, so we could see the difference before and after? If not, would it be possible for you to write a piece of code that could demonstrate that? |
Upload Results for 16GB in seconds:
The reason i took it 9MB is to allow stream length till 8MB. .we have a check in code at WinHttpRequest::Upload:
Before this change it defaults to 64KB for anything greater than 1MB. |
Hi Any updates on the review? |
Hi @zxcve123. Thank you for your interest in helping to improve the Azure SDK experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment. Otherwise, we'll close this out in 7 days. |
Hi @zxcve123. Thank you for your contribution. Since there hasn't been recent engagement, we're going to close this out. Feel free to respond with a comment containing |
On embedded system running virtual machines, I observe significant upload performance with higher upload chunk size.
Pull Request Checklist
Please leverage this checklist as a reminder to address commonly occurring feedback when submitting a pull request to make sure your PR can be reviewed quickly:
See the detailed list in the contributing guide.