Skip to content

Commit 197e1b7

Browse files
rock619kolea2
authored andcommitted
---
yaml --- r: 23627 b: refs/heads/autosynth-errorreporting c: 249d163 h: refs/heads/master i: 23625: 4a98883 23623: 3f4f8c0
1 parent 66a0ee6 commit 197e1b7

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
@@ -129,7 +129,7 @@ refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
129129
refs/heads/autosynth-containeranalysis: af5b804492292b43372c9fe00386696136ccae89
130130
refs/heads/autosynth-datastore: d0fc1187000c7a50d8bddd89c3b7cdf1187ecb96
131131
refs/heads/autosynth-dialogflow: cb1ceeb3ec1a132d3096fc88d44b930a52130e18
132-
refs/heads/autosynth-errorreporting: 08ca27f68f532c7ee9dcd1675a3c1f59fd6e3493
132+
refs/heads/autosynth-errorreporting: 249d1636213be23efd68c92c08252e8b1ed930d6
133133
refs/heads/autosynth-firestore: d1a44f9acc302750e37b008ecb9c1aa535cc94df
134134
refs/heads/autosynth-iot: f03bdd338a9056ca3b7ea6d9ca901649ba9aab78
135135
refs/heads/autosynth-kms: 2828edfe3d2c53dd6e71912eae8a53c87bf40c87

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