We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5dbb33 commit 97c5e1fCopy full SHA for 97c5e1f
package.json
@@ -54,7 +54,7 @@
54
"escape-string-regexp": "^4.0.0",
55
"extend": "^3.0.2",
56
"google-gax": "^2.29.5",
57
- "grpc-gcp": "^0.3.3",
+ "grpc-gcp": "0.4.1",
58
"is": "^3.0.1",
59
"is-utf8": "^0.2.1",
60
"lodash.snakecase": "^4.1.1",
src/bigtable_grpc_config.json
@@ -1,6 +1,8 @@
1
{
2
"channelPool": {
3
- "maxSize": 10,
4
- "maxConcurrentStreamsLowWatermark": 30
+ "minxSize": 2,
+ "maxSize": 4,
5
+ "maxConcurrentStreamsLowWatermark": 10,
6
+ "debugHeaderIntervalSecs": 600
7
}
- }
8
+ }
0 commit comments