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