From d445b2ba7e55b316bfe7ed778f5f7f9919cfb0fa Mon Sep 17 00:00:00 2001 From: Igor Bernstein Date: Wed, 6 Apr 2022 13:45:54 -0400 Subject: [PATCH] bump grpc-gcp version and tweak the channel pool config --- package.json | 2 +- src/bigtable_grpc_config.json | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index bdca551e5..46485426e 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/bigtable_grpc_config.json b/src/bigtable_grpc_config.json index a55e17636..6cd62379e 100644 --- a/src/bigtable_grpc_config.json +++ b/src/bigtable_grpc_config.json @@ -1,6 +1,8 @@ { "channelPool": { - "maxSize": 10, - "maxConcurrentStreamsLowWatermark": 30 + "minxSize": 2, + "maxSize": 4, + "maxConcurrentStreamsLowWatermark": 10, + "debugHeaderIntervalSecs": 600 } - } \ No newline at end of file + }