From c72b9d9e18be71f1e3215d210a12cae7757b59db Mon Sep 17 00:00:00 2001 From: Andrew Feierabend Date: Thu, 4 Mar 2021 10:18:11 -0500 Subject: [PATCH] DOCS-14266 connection string multiples typo --- source/reference/connection-string.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/connection-string.txt b/source/reference/connection-string.txt index 8caa7564bcd..e1f78536776 100644 --- a/source/reference/connection-string.txt +++ b/source/reference/connection-string.txt @@ -705,7 +705,7 @@ connecting to the MongoDB deployment. * - .. urioption:: waitQueueMultiple - - A number that the driver multiples the :urioption:`maxPoolSize` + - A number that the driver multiplies the :urioption:`maxPoolSize` value to, to provide the maximum number of threads allowed to wait for a connection to become available from the pool. For default values, see the :ecosystem:`/drivers`