mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
minor text improvement in defaults (#1893)
This commit is contained in:
parent
8ba1d2c572
commit
2c7be86104
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user