Skip to content

Commit 8266c19

Browse files
committed
another small edit
1 parent b24c1b9 commit 8266c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/connection/connection-pools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Every ``MongoClient`` instance has a built-in connection pool for each server
3636
in your MongoDB topology. Connection pools open sockets on demand to support
3737
concurrent MongoDB operations in your multi-threaded application.
3838

39-
The maximum size of each connection pool is set by the ``maxPoolSize`` option, which
39+
The ``maxPoolSize`` option sets the maximum size of each connection pool, which
4040
defaults to 100. If the number of in-use connections to a server reaches the
4141
value of maxPoolSize, the next request to that server will wait until a
4242
connection becomes available.

0 commit comments

Comments
 (0)