Skip to content

Commit e946a48

Browse files
committed
Update per review
1 parent 5be239a commit e946a48

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/reference/reference_lua/connpool.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Module experimental.connpool
1111

1212
An ``experimental.connpool`` module provides a set of features for connecting to remote cluster instances and for executing remote procedure calls on an instance that satisfies the specified criteria.
1313

14+
.. NOTE::
15+
16+
Note that the execution time for ``experimental.connpool`` functions depends on the number of instances and the time required to connect to each instance.
17+
1418

1519
.. _connpool_module_load:
1620

@@ -162,7 +166,7 @@ Functions
162166
* ``roles`` -- the :ref:`roles <configuration_application_roles>` of an instance.
163167
* ``mode`` -- a mode that allows filtering candidates based on their read-only status. This option accepts the following values:
164168

165-
* ``nil`` -- don't check the read-only status of instances.
169+
* ``nil`` (default) -- don't check the read-only status of instances.
166170
* ``ro`` -- consider only read-only instances.
167171
* ``rw`` -- consider only read-write instances.
168172

0 commit comments

Comments
 (0)