We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7168c commit 33151e0Copy full SHA for 33151e0
src/MongoDB.Driver.Core/Core/ConnectionPools/ExclusiveConnectionPool.cs
@@ -411,7 +411,7 @@ public void CheckingOutConnection()
411
throw MongoWaitQueueFullException.ForConnectionPool(_pool._endPoint);
412
}
413
414
- _stopwatch = new Stopwatch();
+ _stopwatch = Stopwatch.StartNew();
415
416
417
public IConnectionHandle EnteredPool(bool enteredPool)
0 commit comments