We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acc7993 commit 688ebabCopy full SHA for 688ebab
lib/connection_config.js
@@ -118,7 +118,7 @@ class ConnectionConfig {
118
this.trace = options.trace !== false;
119
this.stringifyObjects = options.stringifyObjects || false;
120
this.enableKeepAlive = options.enableKeepAlive !== false;
121
- this.keepAliveInitialDelay = options.keepAliveInitialDelay || 0;
+ this.keepAliveInitialDelay = options.keepAliveInitialDelay;
122
if (
123
options.timezone &&
124
!/^(?:local|Z|[ +-]\d\d:\d\d)$/.test(options.timezone)
0 commit comments