Skip to content

Commit

Permalink
chore: change demo min pool (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoncool committed Apr 22, 2024
1 parent 4be5a20 commit b7aa6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo/src/db/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {nodekit} from '../nodekit';
const knexOptions = {
client: 'pg',
pool: {
min: 5,
min: 0,
max: 15,
acquireTimeoutMillis: 40000,
createTimeoutMillis: 50000,
Expand Down

0 comments on commit b7aa6f5

Please sign in to comment.