Skip to content

Commit 3f5ed43

Browse files
authored
DOCSP-30560: Connection troubleshooting tech review (#55)
1 parent 8d11c48 commit 3f5ed43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/connection-troubleshooting.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ verify the correct port is open in your firewall.
7878
Check the Number of Connections
7979
-------------------------------
8080

81-
Each ``MongoClient`` instance supports a maximum number of concurrent open
81+
Each ``Client`` instance supports a maximum number of concurrent open
8282
connections in its connection pool. The configuration parameter ``maxPoolSize``
8383
defines this value and is set to ``100`` by default. If there are already a
8484
number of open connections equal to ``maxPoolSize``, the server waits until

0 commit comments

Comments
 (0)