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

[docs] use proper default value for grpc server message size #4133

Merged
merged 2 commits into from
Oct 1, 2024

Conversation

javiermolinar
Copy link
Contributor

What this PR does:

It updates the documentation to reflect the real default value for the grpc server message size, which is forced to 16MB here:

c.Server.GRPCServerMaxRecvMsgSize = 16 * 1024 * 1024

Checklist

  • Documentation added

@javiermolinar javiermolinar changed the title use proper default value for grpc server message size docs: use proper default value for grpc server message size Sep 27, 2024
@javiermolinar javiermolinar added the type/docs Improvements or additions to documentation label Sep 27, 2024
@javiermolinar javiermolinar changed the title docs: use proper default value for grpc server message size [docs] use proper default value for grpc server message size Sep 27, 2024
@knylander-grafana
Copy link
Contributor

Do we need to backport this change to 2.6?

@javiermolinar
Copy link
Contributor Author

Do we need to backport this change to 2.6?

We can, this has been there for long time

@electron0zero electron0zero merged commit ed943d7 into grafana:main Oct 1, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/docs Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants