Skip to content

Commit b4bb930

Browse files
committed
Expose config connectionPoolSize on driver
1 parent e9ea0e6 commit b4bb930

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/v1/driver.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ class Driver {
5353
this._pool = new Pool(
5454
this._createConnection.bind(this),
5555
this._destroyConnection.bind(this),
56-
this._validateConnection.bind(this)
56+
this._validateConnection.bind(this),
57+
config.connectionPoolSize
5758
);
5859
}
5960

0 commit comments

Comments
 (0)