Skip to content

Commit

Permalink
fix: update channel-options.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rickihastings committed Jan 2, 2025
1 parent a0914c6 commit c591c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grpc-js/src/channel-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const recognizedOptions = {
'grpc-node.tls_enable_trace': true,
'grpc.lb.ring_hash.ring_size_cap': true,
'grpc-node.retry_max_attempts_limit': true,
'grpc-node.http2_initial_window_size': true,
'grpc-node.flow_control_window': true,
};

export function channelOptionsEqual(
Expand Down

0 comments on commit c591c2a

Please sign in to comment.