mirror of https://github.com/grpc/grpc-node.git
fix: update channel-options.ts
This commit is contained in:
parent
a0914c6cda
commit
c591c2a268
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue