File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
- /* Copyright (c) 2015, 2017 , Oracle and/or its affiliates. All rights reserved. */
1
+ /* Copyright (c) 2015, 2018 , Oracle and/or its affiliates. All rights reserved. */
2
2
3
3
/******************************************************************************
4
4
*
@@ -55,7 +55,6 @@ function init() {
55
55
// poolMin: 0, // start with no connections; let the pool shrink completely
56
56
// poolPingInterval: 60, // check aliveness of connection if in the pool for 60 seconds
57
57
// poolTimeout: 60, // terminate connections that are idle in the pool for 60 seconds
58
- // queueRequests: true, // let Node.js queue new getConnection() requests if all pool connections are in use
59
58
// queueTimeout: 60000, // terminate getConnection() calls in the queue longer than 60000 milliseconds
60
59
// stmtCacheSize: 30 // number of statements that are cached in the statement cache of each connection
61
60
} ,
Original file line number Diff line number Diff line change 1
- /* Copyright (c) 2015, 2017 , Oracle and/or its affiliates. All rights reserved. */
1
+ /* Copyright (c) 2015, 2018 , Oracle and/or its affiliates. All rights reserved. */
2
2
3
3
/******************************************************************************
4
4
*
@@ -55,7 +55,6 @@ function init() {
55
55
// poolMin: 0, // start with no connections; let the pool shrink completely
56
56
// poolPingInterval: 60, // check aliveness of connection if in the pool for 60 seconds
57
57
// poolTimeout: 60, // terminate connections that are idle in the pool for 60 seconds
58
- // queueRequests: true, // let Node.js queue new getConnection() requests if all pool connections are in use
59
58
// queueTimeout: 60000, // terminate getConnection() calls in the queue longer than 60000 milliseconds
60
59
// stmtCacheSize: 30 // number of statements that are cached in the statement cache of each connection
61
60
} )
You can’t perform that action at this time.
0 commit comments