commit
e0cf5bba44
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ var Bing = function (options) {
|
|||
},
|
||||
timeout: opts.reqTimeout,
|
||||
pool: {
|
||||
maxSockets: opts.maxSockets || Infinity
|
||||
maxSockets: opts.maxSockets ? opts.maxSockets : Infinity
|
||||
}
|
||||
|
||||
}, function (err, res, body) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue