File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,9 @@ Many channel arguments supported in `grpc` are not supported in `@grpc/grpc-js`.
56
56
- ` grpc.max_send_message_length `
57
57
- ` grpc.max_receive_message_length `
58
58
- ` grpc.enable_http_proxy `
59
+ - ` grpc.default_compression_algorithm `
60
+ - ` grpc.enable_channelz `
61
+ - ` grpc-node.max_session_memory `
59
62
- ` channelOverride `
60
63
- ` channelFactoryOverride `
61
64
Original file line number Diff line number Diff line change @@ -36,6 +36,9 @@ export interface ChannelOptions {
36
36
'grpc.max_send_message_length' ?: number ;
37
37
'grpc.max_receive_message_length' ?: number ;
38
38
'grpc.enable_http_proxy' ?: number ;
39
+ /* http_connect_target and http_connect_creds are used for passing data
40
+ * around internally, and should not be documented as public-facing options
41
+ */
39
42
'grpc.http_connect_target' ?: string ;
40
43
'grpc.http_connect_creds' ?: string ;
41
44
'grpc.default_compression_algorithm' ?: CompressionAlgorithms ;
You can’t perform that action at this time.
0 commit comments