We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0914c6 commit c591c2aCopy full SHA for c591c2a
packages/grpc-js/src/channel-options.ts
@@ -102,7 +102,7 @@ export const recognizedOptions = {
102
'grpc-node.tls_enable_trace': true,
103
'grpc.lb.ring_hash.ring_size_cap': true,
104
'grpc-node.retry_max_attempts_limit': true,
105
- 'grpc-node.http2_initial_window_size': true,
+ 'grpc-node.flow_control_window': true,
106
};
107
108
export function channelOptionsEqual(
0 commit comments