Skip to content

fix: increase receive size limit for grpc #4206

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

evan-forbes
Copy link
Member

I'm not sure where this actually needs to be added or which branch for mamo, but I think in order to download 128MiB blocks we need this so figured I'd open. Please feel free to edit the target branch, this branch, close merge etc

@evan-forbes evan-forbes added the kind:fix Attached to bug-fixing PRs label Apr 10, 2025
@evan-forbes evan-forbes self-assigned this Apr 10, 2025
@github-actions github-actions bot added the external Issues created by non node team members label Apr 10, 2025
@@ -63,6 +63,7 @@ func grpcClient(lc fx.Lifecycle, cfg Config) (*grpc.ClientConn, error) {
opts = append(opts,
grpc.WithUnaryInterceptor(retryInterceptor),
grpc.WithStreamInterceptor(retryStreamInterceptor),
grpc.WithDefaultCallOptions(grpc.MaxCallRecvMsgSize(128*1024*1024)),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This gonna be overwritten on line 80 below. Isn't it?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have a const defined on line 33. Feel free to update it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external Issues created by non node team members kind:fix Attached to bug-fixing PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants