Skip to content

Commit

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

0 comments on commit cc18066

Please sign in to comment.