Skip to content

Commit e7325c2

Browse files
rock619kolea2
authored andcommitted
---
yaml --- r: 23419 b: refs/heads/autosynth-dialogflow c: 249d163 h: refs/heads/master i: 23417: 7292bce 23415: 121d9f9
1 parent a62b8a8 commit e7325c2

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
@@ -128,7 +128,7 @@ refs/heads/autosynth-bigtable: 9e5429f45cf9face9fed585d0233534993e36b58
128128
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
129129
refs/heads/autosynth-containeranalysis: af5b804492292b43372c9fe00386696136ccae89
130130
refs/heads/autosynth-datastore: d0fc1187000c7a50d8bddd89c3b7cdf1187ecb96
131-
refs/heads/autosynth-dialogflow: 08ca27f68f532c7ee9dcd1675a3c1f59fd6e3493
131+
refs/heads/autosynth-dialogflow: 249d1636213be23efd68c92c08252e8b1ed930d6
132132
refs/heads/autosynth-errorreporting: 1101a04e8be074802c35332d5fcf8297f61cae32
133133
refs/heads/autosynth-firestore: d1a44f9acc302750e37b008ecb9c1aa535cc94df
134134
refs/heads/autosynth-iot: f03bdd338a9056ca3b7ea6d9ca901649ba9aab78

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