Skip to content

Commit 21b8eb3

Browse files
rock619kolea2
authored andcommitted
---
yaml --- r: 21279 b: refs/heads/autosynth-logging c: 249d163 h: refs/heads/master i: 21277: 1b76a27 21275: 83246f9 21271: a4a7b35 21263: 7b8e95d 21247: 2959b1d
1 parent 3705e69 commit 21b8eb3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ refs/tags/v0.61.0: e4b526656bb1bf5eefd0ee578b7405147821225e
104104
refs/tags/v0.62.0: bbede7385d48ba08f487bdd29ec10668ace96396
105105
refs/heads/0.60.0-alpha: 10939381ffe0b8da32db4fe3087c86e3aa7f3e55
106106
refs/heads/autosynth-dlp: c1b4daedf98abc13ec5bc3bf9f9bbedbb1418d21
107-
refs/heads/autosynth-logging: 08ca27f68f532c7ee9dcd1675a3c1f59fd6e3493
107+
refs/heads/autosynth-logging: 249d1636213be23efd68c92c08252e8b1ed930d6
108108
refs/heads/dupes: 3478c5d81fd242d0e985656645a679420a2060c2
109109
refs/tags/v0.63.0: 94f19b71d40f46b36120e7b9d78a1a3d41bfcbd6
110110
refs/tags/v0.64.0: 456e8fbd129deced3ca025f239a2d8a82bde1d0a

branches/autosynth-logging/google-cloud-clients/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
@@ -98,7 +98,7 @@ public Builder setMinSessions(int minSessions) {
9898
* Maximum number of sessions that this pool will have. If current numbers of sessions in the
9999
* pool is less than this and they are all busy, then a new session will be created for any new
100100
* operation. If current number of in use sessions is same as this and a new request comes, pool
101-
* can either block or fail. Defaults to 2000.
101+
* can either block or fail. Defaults to 400.
102102
*/
103103
public Builder setMaxSessions(int maxSessions) {
104104
this.maxSessions = maxSessions;

0 commit comments

Comments
 (0)