Skip to content

Commit b698afd

Browse files
committed
Add another cross reference about connections vs threads.
1 parent db9d460 commit b698afd

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

doc/api.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -717,9 +717,9 @@ The default value is 4.
717717

718718
This property may be overridden when [creating a connection pool](#createpool).
719719

720-
If you increase this value, you may want to increase the number of
721-
threads available to node-oracledb. See
722-
[Connections and Number of Threads](#numberofthreads).
720+
If you increase this value, you should increase the number of threads
721+
available to node-oracledb.
722+
See [Connections and Number of Threads](#numberofthreads).
723723

724724
##### Example
725725

@@ -1216,6 +1216,10 @@ Signature | Description
12161216
See [Connection Handling](#connectionhandling) for more information on
12171217
connections.
12181218

1219+
Note if the application opens a number of connections, you should
1220+
increase the number of threads available to node-oracledb.
1221+
See [Connections and Number of Threads](#numberofthreads).
1222+
12191223
##### Parameters
12201224

12211225
```

0 commit comments

Comments
 (0)