File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1498,6 +1498,13 @@ pools. This ensures that the pool is balanced towards each shard.
1498
1498
1499
1499
This property may be overridden when [creating a connection pool](#createpool).
1500
1500
1501
+ When this property is set, and a new connection request would cause the number
1502
+ of connections to the target shard to exceed the limit, then that new connection
1503
+ request will block until a suitable connection has been released back to the
1504
+ pool. Importantly, when blocked, the [`queueTimeout`](#propdbqueuetimeout)
1505
+ value will be ignored and the pending connection request will consume one worker
1506
+ thread.
1507
+
1501
1508
This property was added in node-oracledb 4.1. It is available when
1502
1509
node-oracledb uses Oracle client libraries 18.3, or later.
1503
1510
You can’t perform that action at this time.
0 commit comments