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

Configure INITIAL_WINDOW_SIZE for gRPC #1121

Closed
Scottmitch opened this issue Aug 10, 2020 · 1 comment
Closed

Configure INITIAL_WINDOW_SIZE for gRPC #1121

Scottmitch opened this issue Aug 10, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@Scottmitch
Copy link
Member

The default INITIAL_WINDOW_SIZE for h2 is 65535, which is relatively conservative and can negatively impact throughput.

grpc-java uses INITIAL_WINDOW_SIZE = 1MiB

We should configure it as 1MiB for st-grpc by default and consider exposing this setting for users on H2ProtocolConfig.

@idelpivnitskiy idelpivnitskiy added the enhancement New feature or request label Dec 4, 2020
@idelpivnitskiy
Copy link
Member

Resolved by #2341

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants