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

Raise the max grpc message size to a very large value by default #12072

Merged
merged 4 commits into from
Mar 2, 2023

Conversation

prestonvanloon
Copy link
Member

What type of PR is this?

Bug fix

What does this PR do? Why is it needed?

Some users may have hit gRPC max message sizes when running large number of validator keys. For example, requesting the epoch duties for thousands of validators by public key may result in a message larger than 4Mb.

Which issues(s) does this PR fix?

Fixes #11983

Other notes for review

@prestonvanloon prestonvanloon requested a review from a team as a code owner March 2, 2023 15:39
@prestonvanloon prestonvanloon requested review from kasey, saolyn and potuz March 2, 2023 15:39
@prylabs-bulldozer prylabs-bulldozer bot merged commit c000e8f into develop Mar 2, 2023
@delete-merged-branch delete-merged-branch bot deleted the max-message-size branch March 2, 2023 19:05
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.

Increase default grpc max message size
3 participants