Skip to content

Commit

Permalink
Update src/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Yuri Golobokov <yuri.golobokov@icloud.com>
  • Loading branch information
igorbernstein2 and nimf committed Apr 6, 2022
1 parent 1c01d2b commit 4c71494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ export class Bigtable {
'grpc.channelFactoryOverride': grpcGcp.gcpChannelFactoryOverride,
'grpc.gcpApiConfig': grpcGcp.createGcpApiConfig({
channelPool: {
minxSize: 2,
minSize: 2,
maxSize: 4,
maxConcurrentStreamsLowWatermark: 10,
debugHeaderIntervalSecs: 600,
Expand Down

0 comments on commit 4c71494

Please sign in to comment.