-
Notifications
You must be signed in to change notification settings - Fork 3
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
Increase the default file max #14
Comments
Nevermind. The better thing to do is chunk the file up for sending over the wire. I've done this now in the client and it works great. |
FWIW, I read a blog post where the guy studied the optimal chunk size for grpc file transfer... 1024 bytes. Do it. |
oh cool, i just stole the midpoint from this guys "spoiler alert" grpc/grpc.github.io#371 32kb |
This guys graphs sold me https://ops.tips/blog/sending-files-via-grpc/ |
when sending a 5mb file across the api
The text was updated successfully, but these errors were encountered: