File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -381,7 +381,9 @@ constructor. In addition to those options pools accept a few extras:
381
381
382
382
* ` acquireTimeout ` : The milliseconds before a timeout occurs during the connection
383
383
acquisition. This is slightly different from ` connectTimeout ` , because acquiring
384
- a pool connection does not always involve making a connection. (Default: ` 10000 ` )
384
+ a pool connection does not always involve making a connection. If a connection
385
+ request is queued, the time the request spends in the queue does not count
386
+ towards this timeout. (Default: ` 10000 ` )
385
387
* ` waitForConnections ` : Determines the pool's action when no connections are
386
388
available and the limit has been reached. If ` true ` , the pool will queue the
387
389
connection request and call it when one becomes available. If ` false ` , the
You can’t perform that action at this time.
0 commit comments