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

Commit 5421d2f

Browse files
chore: generate libraries at Tue Dec 16 06:00:50 UTC 2025
1 parent 2725368 commit 5421d2f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

google-cloud-spanner/src/main/java/com/google/cloud/spanner/spi/v1/GapicSpannerRpc.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -638,10 +638,7 @@ private static void maybeEnableGrpcGcpExtension(
638638

639639
// When dynamic channel pool is enabled, use the DCP initial size as the pool size.
640640
// When disabled, use the explicitly configured numChannels.
641-
final int poolSize =
642-
options.isDynamicChannelPoolEnabled()
643-
? 0
644-
: options.getNumChannels();
641+
final int poolSize = options.isDynamicChannelPoolEnabled() ? 0 : options.getNumChannels();
645642

646643
ApiFunction<ManagedChannelBuilder, ManagedChannelBuilder> apiFunction =
647644
channelBuilder -> {

0 commit comments

Comments
 (0)