Skip to content

Commit 040643d

Browse files
committed
Use canonical pool timeout explanation
1 parent bc1c3e9 commit 040643d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/api.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2407,9 +2407,8 @@ See [Connection Pool Pinging](#connpoolpinging) for more discussion.
24072407
Number poolTimeout
24082408
```
24092409

2410-
The number of seconds after which idle connections (unused in the
2411-
pool) may be terminated. Idle connections are terminated only when
2412-
the pool is accessed.
2410+
The number of seconds after which idle connections (unused in the pool) may be
2411+
terminated. Refer to [`oracledb.poolTimeout`](#propdbpooltimeout) for details.
24132412

24142413
The default value is 60.
24152414

0 commit comments

Comments
 (0)