Skip to content

Commit

Permalink
minor text improvement in defaults (#1893)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t authored and brianc committed Jun 17, 2019
1 parent 8ba1d2c commit 2c7be86
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/defaults.js
Expand Up @@ -50,14 +50,16 @@ module.exports = {
ssl: false,

application_name: undefined,

fallback_application_name: undefined,

parseInputDatesAsUTC: false,

// max milliseconds any query using this connection will execute for before timing out in error. false=unlimited
// max milliseconds any query using this connection will execute for before timing out in error.
// false=unlimited
statement_timeout: false,

// max miliseconds to wait for query to complete (client side)
// max milliseconds to wait for query to complete (client side)
query_timeout: false,

connect_timeout: 0,
Expand Down

0 comments on commit 2c7be86

Please sign in to comment.