Skip to content

Commit 5244f83

Browse files
authored
Docsp 28559 reuse mongoclient (#250)
* DOCSP-28559: recommend reusing Client * add Faq question * update * JS PR fixes 1 * terminology fix
1 parent 3da297d commit 5244f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/faq.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ to become available.
8686
The driver does not limit the number of operations that
8787
can wait for sockets to become available and it is the application's
8888
responsibility to limit the size of its pool to bound queuing
89-
during a load spike. Threads can wait for any length of time
89+
during a load spike. Operations can wait for any length of time
9090
unless you define the ``waitQueueTimeoutMS`` option.
9191

9292
An operation that waits more than the length of time defined by

0 commit comments

Comments
 (0)