Skip to content

Commit 14a0813

Browse files
committed
Add callTimeout proviso
1 parent a5aa4a5 commit 14a0813

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/api.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3066,6 +3066,10 @@ round-trips. The `callTimeout` value applies to each round-trip individually,
30663066
not to the sum of all round-trips. Time spent processing in node-oracledb
30673067
before or after the completion of each round-trip is not counted.
30683068

3069+
The `callTimeout` setting has no effect when using IPC connections, i.e. when
3070+
node-oracledb is running on the same host as the Oracle Database Network
3071+
listener.
3072+
30693073
See [Database Call Timeouts](#dbcalltimeouts) for more information about
30703074
limiting statement execution time, and also about limiting the time taken to
30713075
open new connections.

0 commit comments

Comments
 (0)