Skip to content

Commit 6dcd7cf

Browse files
rock619kolea2
authored andcommitted
---
yaml --- r: 21363 b: refs/heads/autosynth-compute c: 249d163 h: refs/heads/master i: 21361: 046932a 21359: 216d77c
1 parent 27d6a4e commit 6dcd7cf

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
@@ -111,7 +111,7 @@ refs/tags/v0.64.0: 456e8fbd129deced3ca025f239a2d8a82bde1d0a
111111
refs/tags/v0.65.0: 10939381ffe0b8da32db4fe3087c86e3aa7f3e55
112112
refs/tags/v0.66.0: ed6a3f57cbdaa20339a1995f7d7d53b172a5b8ef
113113
refs/tags/v0.67.0: 30b56f02092efc6f3c3667650ea8b8825003e0b7
114-
refs/heads/autosynth-compute: 08ca27f68f532c7ee9dcd1675a3c1f59fd6e3493
114+
refs/heads/autosynth-compute: 249d1636213be23efd68c92c08252e8b1ed930d6
115115
refs/heads/autosynth-container: f6384095f50b31bfc8208542a49181e158d3681c
116116
refs/heads/autosynth-monitoring: 832528c131ac32b115fd7a369701d9e6e4ec62e5
117117
refs/heads/autosynth-pubsub: 7a327eaed5fb2a5d6c1691feb73c3e0194dd805e

branches/autosynth-compute/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)