Skip to content

Commit 951b75f

Browse files
committed
Fix formatting of max pool size variable
1 parent fa24f62 commit 951b75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/ruby-driver-create-client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ connections at the beginning of a spike. The default ``min_pool_size`` is 1.
440440

441441
Here is an example of estimating the number of connections a multi-threaded application will open:
442442
A client connected to a 3-node replica set opens 3 monitoring sockets. It also opens as many sockets as
443-
needed to support a multi-threaded application's concurrent operations on each server, up to ``maxPoolSize``. If the
443+
needed to support a multi-threaded application's concurrent operations on each server, up to ``max_pool_size``. If the
444444
application only uses the primary (the default), then only the primary connection pool grows and the total connections
445445
is at most 8 (5 connections for the primary pool + 3 monitoring connections). If the application uses a read
446446
preference to query the secondaries, their pools also grow and the total connections can reach 18 (5 + 5 + 5 + 3).

0 commit comments

Comments
 (0)