File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -717,9 +717,9 @@ The default value is 4.
717
717
718
718
This property may be overridden when [ creating a connection pool] ( #createpool ) .
719
719
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 ) .
723
723
724
724
##### Example
725
725
@@ -1216,6 +1216,10 @@ Signature | Description
1216
1216
See [ Connection Handling] ( #connectionhandling ) for more information on
1217
1217
connections.
1218
1218
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
+
1219
1223
##### Parameters
1220
1224
1221
1225
```
You can’t perform that action at this time.
0 commit comments