We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d7ae1 commit dab4ec4Copy full SHA for dab4ec4
examples/connectionpool.js
@@ -67,7 +67,7 @@ async function init() {
67
// queueTimeout: 60000, // terminate getConnection() calls queued for longer than 60000 milliseconds
68
// sessionCallback: myFunction, // function invoked for brand new connections or by a connection tag mismatch
69
// stmtCacheSize: 30, // number of statements that are cached in the statement cache of each connection
70
- // _enableStats: false // record pool usage statistics that can be output with pool._logStats()
+ // _enableStats: false // record pool usage statistics that can be output with oracledb.getPool()._logStats()
71
});
72
console.log('Connection pool started');
73
0 commit comments