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 009acb9 commit b906051Copy full SHA for b906051
packages/pg-pool/index.js
@@ -364,7 +364,7 @@ class Pool extends EventEmitter {
364
if (this.options.idleTimeoutMillis) {
365
tid = setTimeout(() => {
366
this.log('remove idle client')
367
- this._remove(client, this._pulseQueue.bind(this))
+ this._remove(client)
368
}, this.options.idleTimeoutMillis)
369
370
if (this.options.allowExitOnIdle) {
0 commit comments