Skip to content

Commit 6298992

Browse files
feat: Enable Multiplex session by default
1 parent 7bfc62d commit 6298992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-spanner/src/main/java/com/google/cloud/spanner/SessionPoolOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ public static class Builder {
613613

614614
// This field controls the default behavior of session management in Java client.
615615
// Set useMultiplexedSession to true to make multiplexed session the default.
616-
private boolean useMultiplexedSession = false;
616+
private boolean useMultiplexedSession = true;
617617

618618
// This field controls the default behavior of session management for RW operations in Java
619619
// client.

0 commit comments

Comments
 (0)