Skip to content

Commit 89e1c66

Browse files
booobrianc
authored andcommitted
fix issue brianc#89
1 parent cc15fa1 commit 89e1c66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ PG.prototype.connect = function(config, callback) {
7676
client.end();
7777
},
7878
max: defaults.poolSize,
79-
idleTimeoutMillis: defaults.poolIdleTimeout
79+
idleTimeoutMillis: defaults.poolIdleTimeout,
80+
reapIntervalMillis: defaults.reapIntervalMillis
8081
});
8182
return pool.acquire(cb);
8283
}

0 commit comments

Comments
 (0)