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 cc15fa1 commit 89e1c66Copy full SHA for 89e1c66
lib/index.js
@@ -76,7 +76,8 @@ PG.prototype.connect = function(config, callback) {
76
client.end();
77
},
78
max: defaults.poolSize,
79
- idleTimeoutMillis: defaults.poolIdleTimeout
+ idleTimeoutMillis: defaults.poolIdleTimeout,
80
+ reapIntervalMillis: defaults.reapIntervalMillis
81
});
82
return pool.acquire(cb);
83
}
0 commit comments