Skip to content

Commit 2dceb75

Browse files
committed
Change minPool to 1
1 parent 431d745 commit 2dceb75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/lib.test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ const Fastify = require('fastify')
66
const oracledb = require('oracledb')
77

88
const poolOptions = {
9-
user: 'travis',
10-
password: 'travis',
11-
connectString: 'localhost/xe',
12-
poolMin: 2
9+
user: 'RANINFO',
10+
password: 'RANINFO',
11+
connectString: 'TTGDB12C-RANINFO_INTERNAL_DEV',
12+
poolMin: 1
1313
}
1414

1515
test('creates pool from config', (t) => {

0 commit comments

Comments
 (0)