We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba1d2c commit 2c7be86Copy full SHA for 2c7be86
lib/defaults.js
@@ -50,14 +50,16 @@ module.exports = {
50
ssl: false,
51
52
application_name: undefined,
53
+
54
fallback_application_name: undefined,
55
56
parseInputDatesAsUTC: false,
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
60
statement_timeout: false,
61
- // max miliseconds to wait for query to complete (client side)
62
+ // max milliseconds to wait for query to complete (client side)
63
query_timeout: false,
64
65
connect_timeout: 0,
0 commit comments