Skip to content

Commit 6519555

Browse files
committed
Update pool.js
1 parent 1047aeb commit 6519555

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
@@ -70,7 +70,8 @@ var pools = {
7070
if(err) {
7171
pool.destroy(client);
7272
} else {
73-
pool.release(client);
73+
pool.destroy(client);
74+
// pool.release(client);
7475
}
7576
});
7677
});

0 commit comments

Comments
 (0)