Skip to content

Commit 97c5e1f

Browse files
bump grpc-gcp version and tweak the channel pool config
1 parent a5dbb33 commit 97c5e1f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"escape-string-regexp": "^4.0.0",
5555
"extend": "^3.0.2",
5656
"google-gax": "^2.29.5",
57-
"grpc-gcp": "^0.3.3",
57+
"grpc-gcp": "0.4.1",
5858
"is": "^3.0.1",
5959
"is-utf8": "^0.2.1",
6060
"lodash.snakecase": "^4.1.1",

src/bigtable_grpc_config.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"channelPool": {
3-
"maxSize": 10,
4-
"maxConcurrentStreamsLowWatermark": 30
3+
"minxSize": 2,
4+
"maxSize": 4,
5+
"maxConcurrentStreamsLowWatermark": 10,
6+
"debugHeaderIntervalSecs": 600
57
}
6-
}
8+
}

0 commit comments

Comments
 (0)