Skip to content

Commit

Permalink
fix: set the knex connection pool from 0 to 10
Browse files Browse the repository at this point in the history
Fixes #11
  • Loading branch information
hyperloris committed Aug 1, 2022
1 parent fa93f8e commit 8a13a30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/persistence/persistence.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import { UserRepository } from './user.repository';
user: config.dbUser,
password: config.dbPassword,
database: config.dbDatabase,
pool: { min: 0, max: 10 },
},
},
}),
Expand Down

0 comments on commit 8a13a30

Please sign in to comment.