Skip to content

Commit

Permalink
Merge branch 'main' into NODE-5925/no-secondary-readpref-on-txn
Browse files Browse the repository at this point in the history
  • Loading branch information
aditi-khare-mongoDB authored Apr 15, 2024
2 parents 22d73a9 + 8845206 commit 5b89077
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"closeConnection": false,
"blockConnection": true,
"blockTimeMS": 750
"blockTimeMS": 800
}
},
"poolOptions": {
Expand Down Expand Up @@ -53,7 +53,7 @@
},
{
"name": "wait",
"ms": 100
"ms": 400
},
{
"name": "checkOut",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ failPoint:
failCommands: ["isMaster","hello"]
closeConnection: false
blockConnection: true
blockTimeMS: 750
blockTimeMS: 800
poolOptions:
maxPoolSize: 10
waitQueueTimeoutMS: 5000
Expand All @@ -36,7 +36,7 @@ operations:
count: 1
# wait some more time to ensure thread1 has begun establishing a Connection
- name: wait
ms: 100
ms: 400
# start 2 check out requests. Only one thread should
# start creating a Connection and the other one should be
# waiting for pendingConnectionCount to be less than maxConnecting,
Expand Down

0 comments on commit 5b89077

Please sign in to comment.