Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 351f709

Browse files
committed
fix: format
1 parent e17bb74 commit 351f709

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/stub/EnhancedBigtableStubSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProvi
447447
.setInitialChannelCount(10)
448448
.setMinRpcsPerChannel(1)
449449
// Keep it conservative as we scale the channel size every 1min
450-
// and delta is 2 channels.
450+
// and delta is 2 channels.
451451
.setMaxRpcsPerChannel(25)
452452
.setPreemptiveRefreshEnabled(true)
453453
.build())

0 commit comments

Comments
 (0)