Skip to content

Commit

Permalink
change timeout to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Feb 12, 2020
1 parent 1766395 commit 1646bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/postgres.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default class extends SQLProvider {
database: 'klasa',
max: 30,
idleTimeoutMillis: 30000,
connectionTimeoutMillis: 30000
connectionTimeoutMillis: 0
},
this.client.options.providers.postgres
);
Expand Down

0 comments on commit 1646bd9

Please sign in to comment.