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() {
5555 // events: false, // whether to handle Oracle Database FAN and RLB events or support CQN
5656 // externalAuth: false, // whether connections should be established using External Authentication
5757 // 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
5959 // poolIncrement: 1, // only grow the pool by one connection at a time
6060 // poolMax: 4, // maximum size of the pool. Increase UV_THREADPOOL_SIZE if you increase poolMax
6161 // 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() {
5656 // events: false, // whether to handle Oracle Database FAN and RLB events or support CQN
5757 // externalAuth: false, // whether connections should be established using External Authentication
5858 // 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.
6060 // poolIncrement: 1, // only grow the pool by one connection at a time
6161 // poolMax: 4, // maximum size of the pool. Increase UV_THREADPOOL_SIZE if you increase poolMax
6262 // 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() {
5555 // events: false, // whether to handle Oracle Database FAN and RLB events or support CQN
5656 // externalAuth: false, // whether connections should be established using External Authentication
5757 // 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.
5959 // poolIncrement: 1, // only grow the pool by one connection at a time
6060 // poolMax: 4, // maximum size of the pool. Increase UV_THREADPOOL_SIZE if you increase poolMax
6161 // poolMin: 0, // start with no connections; let the pool shrink completely
You can’t perform that action at this time.
0 commit comments