Skip to content

Commit

Permalink
Increase knex pool max limit
Browse files Browse the repository at this point in the history
  • Loading branch information
LoLei committed May 22, 2021
1 parent a2afbc5 commit c44c5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/knexfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default {
},
pool: {
min: 2,
max: 10,
max: 20,
},
migrations: {
directory: __dirname + '/database/knex_migrations',
Expand Down

0 comments on commit c44c5a6

Please sign in to comment.