Skip to content

Commit 333a3dc

Browse files
rock619kolea2
authored andcommitted
---
yaml --- r: 22185 b: refs/heads/autosynth-vision c: 249d163 h: refs/heads/master i: 22183: b7bc467
1 parent d18d863 commit 333a3dc

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
@@ -116,7 +116,7 @@ refs/heads/autosynth-container: d17e1a76a903f9e05eba56a9bf5d12c1b15b67d7
116116
refs/heads/autosynth-monitoring: e66569bd7358a90d17097f90cf8c70dbeeb048cf
117117
refs/heads/autosynth-pubsub: 39d0c11469a8084ece7c1ff58809f24da0316ae6
118118
refs/heads/autosynth-video-intelligence: 376f1f5972d56c508e9755b817ac478e84b219de
119-
refs/heads/autosynth-vision: 08ca27f68f532c7ee9dcd1675a3c1f59fd6e3493
119+
refs/heads/autosynth-vision: 249d1636213be23efd68c92c08252e8b1ed930d6
120120
refs/heads/spanner: b01127f885b4611bf1852abb0ce481eeb7fcc131
121121
refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b
122122
refs/tags/v0.69.0: 78f67a29e8b9c46ba01de566a2eae0fd1c03edea

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