Skip to content

Commit dab4ec4

Browse files
committed
Give a more precise example call
1 parent a7d7ae1 commit dab4ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/connectionpool.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ async function init() {
6767
// queueTimeout: 60000, // terminate getConnection() calls queued for longer than 60000 milliseconds
6868
// sessionCallback: myFunction, // function invoked for brand new connections or by a connection tag mismatch
6969
// 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()
70+
// _enableStats: false // record pool usage statistics that can be output with oracledb.getPool()._logStats()
7171
});
7272
console.log('Connection pool started');
7373

0 commit comments

Comments
 (0)