Skip to content

Commit 0c44758

Browse files
committed
docs: Remove createConnection options from Pool options
1 parent bd90d1d commit 0c44758

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Readme.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,6 @@ Pools accept all the same options as a connection. When creating a new
268268
connection, the options are simply passed to the connection constructor. In
269269
addition to those options pools accept a few extras:
270270

271-
* `createConnection`: The function to use to create the connection. (Default:
272-
`mysql.createConnection`)
273271
* `waitForConnections`: Determines the pool's action when no connections are
274272
available and the limit has been reached. If `true`, the pool will queue the
275273
connection request and call it when one becomes available. If `false`, the

0 commit comments

Comments
 (0)