From 2c7be86104e6f4e3ad5f2992b80a54e11a8edff3 Mon Sep 17 00:00:00 2001 From: Vitaly Tomilov Date: Mon, 17 Jun 2019 22:51:16 +0100 Subject: [PATCH] minor text improvement in defaults (#1893) --- lib/defaults.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/defaults.js b/lib/defaults.js index c520eb56..f883e982 100644 --- a/lib/defaults.js +++ b/lib/defaults.js @@ -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,