File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ function init() {
51
51
password : dbConfig . password ,
52
52
connectString : dbConfig . connectString
53
53
// Default values shown below
54
- // events: false, // whether to handle Oracle Database FAN and RLB events
54
+ // events: false, // whether to handle Oracle Database FAN and RLB events or support CQN
55
55
// externalAuth: false, // whether connections should be established using External Authentication
56
56
// poolAlias: 'myalias' // set an alias to allow access to the pool via a name
57
57
// poolIncrement: 1, // only grow the pool by one connection at a time
58
58
// poolMax: 4, // maximum size of the pool. Increase UV_THREADPOOL_SIZE if you increase poolMax
59
59
// poolMin: 0, // start with no connections; let the pool shrink completely
60
- // poolPingInterval: 60, // check aliveness of connection if in the pool for 60 seconds
60
+ // poolPingInterval: 60, // check aliveness of connection if idle in the pool for 60 seconds
61
61
// poolTimeout: 60, // terminate connections that are idle in the pool for 60 seconds
62
62
// queueTimeout: 60000, // terminate getConnection() calls in the queue longer than 60000 milliseconds
63
63
// stmtCacheSize: 30 // number of statements that are cached in the statement cache of each connection
Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ function init() {
51
51
password : dbConfig . password ,
52
52
connectString : dbConfig . connectString
53
53
// Default values shown below
54
- // events: false, // whether to handle Oracle Database FAN and RLB events
54
+ // events: false, // whether to handle Oracle Database FAN and RLB events or support CQN
55
55
// externalAuth: false, // whether connections should be established using External Authentication
56
56
// poolAlias: 'myalias' // set an alias to allow access to the pool via a name.
57
57
// poolIncrement: 1, // only grow the pool by one connection at a time
58
58
// poolMax: 4, // maximum size of the pool. Increase UV_THREADPOOL_SIZE if you increase poolMax
59
59
// poolMin: 0, // start with no connections; let the pool shrink completely
60
- // poolPingInterval: 60, // check aliveness of connection if in the pool for 60 seconds
60
+ // poolPingInterval: 60, // check aliveness of connection if idle in the pool for 60 seconds
61
61
// poolTimeout: 60, // terminate connections that are idle in the pool for 60 seconds
62
62
// queueTimeout: 60000, // terminate getConnection() calls in the queue longer than 60000 milliseconds
63
63
// stmtCacheSize: 30 // number of statements that are cached in the statement cache of each connection
You can’t perform that action at this time.
0 commit comments