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

grpc: port messagesize interceptors and raise default client message size to 90mb #640

Merged
merged 1 commit into from
Aug 22, 2023

Conversation

ggilmore
Copy link
Contributor

This PR does two things:

  1. For zoekt-sourcegraph-indexserver the default max message size for gRPC zoekt-configuration client has been raised from 4MB to 90MB. This brings it inline with the changes in https://github.com/sourcegraph/sourcegraph/pull/55209.

  2. This ports the message size interceptors from https://github.com/sourcegraph/sourcegraph/pull/52036/ to Zoekt. Now, you can control the maximum message size that clients / servers are allowed to send/receive via the GRPC_CLIENT_MAX_MESSAGE_SIZE and GRPC_SERVER_MAX_MESSAGE_SIZE environment variables.

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.

2 participants