We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a3bd2 commit a5aa4a5Copy full SHA for a5aa4a5
doc/api.md
@@ -1965,6 +1965,9 @@ The number of milliseconds after which connection requests waiting in
1965
the connection request queue are terminated. If `queueTimeout` is
1966
0, then queued connection requests are never terminated.
1967
1968
+If immediate timeout is desired, set related property
1969
+[`queueMax`](#propdbqueuemax) to 0.
1970
+
1971
The default value is 60000.
1972
1973
This property may be overridden when [creating a connection pool](#createpool).
0 commit comments