Skip to content

Commit c591c2a

Browse files
committed
fix: update channel-options.ts
1 parent a0914c6 commit c591c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/grpc-js/src/channel-options.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export const recognizedOptions = {
102102
'grpc-node.tls_enable_trace': true,
103103
'grpc.lb.ring_hash.ring_size_cap': true,
104104
'grpc-node.retry_max_attempts_limit': true,
105-
'grpc-node.http2_initial_window_size': true,
105+
'grpc-node.flow_control_window': true,
106106
};
107107

108108
export function channelOptionsEqual(

0 commit comments

Comments
 (0)