Skip to content

Commit d6d9060

Browse files
authored
Merge branch 'main' into generate-libraries-main
2 parents b742467 + bda78ed commit d6d9060

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
@@ -390,7 +390,7 @@ private static Boolean parseBooleanEnvVariable(String variableName) {
390390
private static Boolean getUseMultiplexedSessionForRWFromEnvVariable() {
391391
// Checks the value of env, GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS_FOR_RW
392392
// This returns null until RW is supported.
393-
return null;
393+
return parseBooleanEnvVariable("GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS_FOR_RW");
394394
}
395395

396396
Duration getMultiplexedSessionMaintenanceDuration() {

0 commit comments

Comments
 (0)