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 fc29aa0 commit 3a77cbbCopy full SHA for 3a77cbb
lib/pool.js
@@ -57,7 +57,7 @@ class Pool extends PoolBase {
57
maxCachedSessions,
58
allowH2,
59
socketPath,
60
- timeout: connectTimeout == null ? 10e3 : connectTimeout,
+ timeout: connectTimeout,
61
...(util.nodeHasAutoSelectFamily && autoSelectFamily ? { autoSelectFamily, autoSelectFamilyAttemptTimeout } : undefined),
62
...connect
63
})
0 commit comments