File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ function init() {
55
55
// events: false, // whether to handle Oracle Database FAN and RLB events or support CQN
56
56
// externalAuth: false, // whether connections should be established using External Authentication
57
57
// homogeneous: true, // all connections in the pool have the same credentials
58
- // poolAlias: 'myalias' // set an alias to allow access to the pool via a name
58
+ // poolAlias: 'myalias', // set an alias to allow access to the pool via a name
59
59
// poolIncrement: 1, // only grow the pool by one connection at a time
60
60
// poolMax: 4, // maximum size of the pool. Increase UV_THREADPOOL_SIZE if you increase poolMax
61
61
// poolMin: 0, // start with no connections; let the pool shrink completely
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ async function init() {
56
56
// events: false, // whether to handle Oracle Database FAN and RLB events or support CQN
57
57
// externalAuth: false, // whether connections should be established using External Authentication
58
58
// homogeneous: true, // all connections in the pool have the same credentials
59
- // poolAlias: 'myalias' // set an alias to allow access to the pool via a name.
59
+ // poolAlias: 'myalias', // set an alias to allow access to the pool via a name.
60
60
// poolIncrement: 1, // only grow the pool by one connection at a time
61
61
// poolMax: 4, // maximum size of the pool. Increase UV_THREADPOOL_SIZE if you increase poolMax
62
62
// poolMin: 0, // start with no connections; let the pool shrink completely
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ function init() {
55
55
// events: false, // whether to handle Oracle Database FAN and RLB events or support CQN
56
56
// externalAuth: false, // whether connections should be established using External Authentication
57
57
// homogeneous: true, // all connections in the pool have the same credentials
58
- // poolAlias: 'myalias' // set an alias to allow access to the pool via a name.
58
+ // poolAlias: 'myalias', // set an alias to allow access to the pool via a name.
59
59
// poolIncrement: 1, // only grow the pool by one connection at a time
60
60
// poolMax: 4, // maximum size of the pool. Increase UV_THREADPOOL_SIZE if you increase poolMax
61
61
// poolMin: 0, // start with no connections; let the pool shrink completely
You can’t perform that action at this time.
0 commit comments