File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ What's New in 1.15
5050
5151The 1.15 {+driver-short+} release includes the following improvements and fixes:
5252
53- - Connection churn can be mitigated by setting a client-wide timeout by
54- specifying the ``timeoutMS`` connection option or by calling the
55- `SetTimeout() <https://pkg.go.dev/go.mongodb.org/mongo-driver/mongo/options#ClientOptions.SetTimeout>`__
53+ - Connection churn can be mitigated by setting a client-wide timeout by
54+ specifying the ``timeoutMS`` connection option or by calling the
55+ `SetTimeout() <https://pkg.go.dev/go.mongodb.org/mongo-driver/mongo/options#ClientOptions.SetTimeout>`__
5656 function. When the timeout is set, the driver attempts to reuse a connection
5757 after an operation times out and waits for up to one second to check if
5858 the connection can be reused before closing it.
You can’t perform that action at this time.
0 commit comments