We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e09b9c commit a8d22dcCopy full SHA for a8d22dc
packages/grpc-js/src/transport.ts
@@ -719,7 +719,7 @@ export class Http2SubchannelConnector implements SubchannelConnector {
719
settings: {
720
initialWindowSize:
721
options['grpc-node.flow_control_window'] ??
722
- http2.getDefaultSettings().initialWindowSize,
+ http2.getDefaultSettings().initialWindowSize ?? 65535,
723
}
724
});
725
0 commit comments