diff --git a/node-binance-api.js b/node-binance-api.js index 4928c43b..95341b3b 100644 --- a/node-binance-api.js +++ b/node-binance-api.js @@ -47,6 +47,9 @@ module.exports = function() { method: method, timeout: options.recvWindow, agent: false, + pool: { + maxSockets: Infinity + }, headers: { 'User-Agent': userAgent, 'Content-type': contentType