Skip to content

Commit

Permalink
bump grpc-gcp version and tweak the channel pool config
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbernstein2 committed Apr 6, 2022
1 parent a5dbb33 commit 97c5e1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"escape-string-regexp": "^4.0.0",
"extend": "^3.0.2",
"google-gax": "^2.29.5",
"grpc-gcp": "^0.3.3",
"grpc-gcp": "0.4.1",
"is": "^3.0.1",
"is-utf8": "^0.2.1",
"lodash.snakecase": "^4.1.1",
Expand Down
8 changes: 5 additions & 3 deletions src/bigtable_grpc_config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"channelPool": {
"maxSize": 10,
"maxConcurrentStreamsLowWatermark": 30
"minxSize": 2,
"maxSize": 4,
"maxConcurrentStreamsLowWatermark": 10,
"debugHeaderIntervalSecs": 600
}
}
}

0 comments on commit 97c5e1f

Please sign in to comment.