From 2e246494a081b0a36af2fb4fd32343d24c4b72b3 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 66f6fea4e11..9260e0028ff 100644 --- a/source/reference/connection-string.txt +++ b/source/reference/connection-string.txt @@ -707,7 +707,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`