Skip to content

Commit a5aa4a5

Browse files
committed
Mention queueMax=0
1 parent e8a3bd2 commit a5aa4a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/api.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1965,6 +1965,9 @@ The number of milliseconds after which connection requests waiting in
19651965
the connection request queue are terminated. If `queueTimeout` is
19661966
0, then queued connection requests are never terminated.
19671967

1968+
If immediate timeout is desired, set related property
1969+
[`queueMax`](#propdbqueuemax) to 0.
1970+
19681971
The default value is 60000.
19691972

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

0 commit comments

Comments
 (0)