Skip to content

Commit

Permalink
Update google-cloud-spanner/src/main/java/com/google/cloud/spanner/Se…
Browse files Browse the repository at this point in the history
…ssionPoolOptions.java

Co-authored-by: Knut Olav Løite <koloite@gmail.com>
  • Loading branch information
arpan14 and olavloite authored Sep 28, 2023
1 parent 93de57d commit 0bc1c03
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -718,8 +718,7 @@ public Builder setWaitForMinSessions(Duration waitForMinSessions) {

/**
* If greater than zero, we wait for said duration when no sessions are available in the {@link
* SessionPool}. When no configuration is passed, the default is a 60s timeout. To avoid setting
* a default value, set the value as null.
* SessionPool}. The default is a 60s timeout. Set the value to null to disable the timeout.
*/
public Builder setAcquireSessionTimeout(Duration acquireSessionTimeout) {
try {
Expand Down

0 comments on commit 0bc1c03

Please sign in to comment.