Skip to content

Commit 534fddc

Browse files
dkarpmanjohnfn
authored andcommitted
Update pool.js
1 parent dbf3a04 commit 534fddc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/pool.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ var pools = {
8383
if(err) {
8484
pool.destroy(client);
8585
} else {
86-
pool.release(client);
86+
pool.destroy(client);
87+
// pool.release(client);
8788
}
8889
});
8990
});

0 commit comments

Comments
 (0)