We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bfc62d commit 6298992Copy full SHA for 6298992
google-cloud-spanner/src/main/java/com/google/cloud/spanner/SessionPoolOptions.java
@@ -613,7 +613,7 @@ public static class Builder {
613
614
// This field controls the default behavior of session management in Java client.
615
// Set useMultiplexedSession to true to make multiplexed session the default.
616
- private boolean useMultiplexedSession = false;
+ private boolean useMultiplexedSession = true;
617
618
// This field controls the default behavior of session management for RW operations in Java
619
// client.
0 commit comments