Skip to content

Commit

Permalink
Sync DB timeouts with dyno (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdlyy authored Jul 2, 2024
1 parent 8771ad0 commit 43889a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class Database {
this.knex = KnexConstructor({
client: 'pg',
pool: {
idleTimeoutMillis: 120 * 1000,
idleTimeoutMillis: 360 * 1000,
},
connection,
migrations: {
Expand Down

0 comments on commit 43889a3

Please sign in to comment.