Skip to content

Commit daf4375

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/reference/reference_lua/connpool.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ 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+
18+
1419

1520
.. _connpool_module_load:
1621

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

165-
* ``nil`` -- don't check the read-only status of instances.
170+
* ``nil`` (default) -- don't check the read-only status of instances.
166171
* ``ro`` -- consider only read-only instances.
167172
* ``rw`` -- consider only read-write instances.
168173

0 commit comments

Comments
 (0)