You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.
If followed below code (refer to swift-0.11.1),
the size of received massages shouldn't be a problem.
But, we've got below error message for more than 20MB size messages.
Does swift support 20MB message ?
swift code
// maxReceiveMsgSize uses 20MB as the default message size limit.
// the gRPC's default size is 4MB.
// Since Tiller has been change the messages' size to 20MB, so we should make this value to 20MB.
maxReceiveMsgSize = 1024 * 1024 * 20
error message
"message":"grpc: received message larger than max (4693470 vs. 4194304)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If followed below code (refer to swift-0.11.1),
the size of received massages shouldn't be a problem.
But, we've got below error message for more than 20MB size messages.
Does swift support 20MB message ?
swift code
// maxReceiveMsgSize uses 20MB as the default message size limit.
// the gRPC's default size is 4MB.
// Since Tiller has been change the messages' size to 20MB, so we should make this value to 20MB.
maxReceiveMsgSize = 1024 * 1024 * 20
error message
"message":"grpc: received message larger than max (4693470 vs. 4194304)
The text was updated successfully, but these errors were encountered: