removing connection pooling until it is finished and tested
This commit is contained in:
parent
8ba010b0fe
commit
0d7936f7ae
@ -97,10 +97,10 @@ var end = function(callback) {
|
||||
|
||||
//wrap up common connection management boilerplate
|
||||
var connect = function(config, callback) {
|
||||
if(poolEnabled()) {
|
||||
return getPooledClient(config, callback)
|
||||
}
|
||||
throw new Error("FUCK")
|
||||
// if(poolEnabled()) {
|
||||
// return getPooledClient(config, callback)
|
||||
// }
|
||||
|
||||
var client = new Client(config);
|
||||
client.connect();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user