Skip to content

Commit 2c7be86

Browse files
vitaly-tbrianc
authored andcommitted
minor text improvement in defaults (brianc#1893)
1 parent 8ba1d2c commit 2c7be86

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/defaults.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,16 @@ module.exports = {
5050
ssl: false,
5151

5252
application_name: undefined,
53+
5354
fallback_application_name: undefined,
5455

5556
parseInputDatesAsUTC: false,
5657

57-
// max milliseconds any query using this connection will execute for before timing out in error. false=unlimited
58+
// max milliseconds any query using this connection will execute for before timing out in error.
59+
// false=unlimited
5860
statement_timeout: false,
5961

60-
// max miliseconds to wait for query to complete (client side)
62+
// max milliseconds to wait for query to complete (client side)
6163
query_timeout: false,
6264

6365
connect_timeout: 0,

0 commit comments

Comments
 (0)