From 28c20ce6e9d26fa728876a29f9211813a7987c40 Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <me@adhisimon.org> Date: Mon, 31 Oct 2016 11:32:29 +0700 Subject: [PATCH] http.globalAgent.maxSockets = Infinity; --- xmlout.js | 1 + 1 file changed, 1 insertion(+) diff --git a/xmlout.js b/xmlout.js index 7b67489..481f355 100644 --- a/xmlout.js +++ b/xmlout.js @@ -15,6 +15,7 @@ var redisClient; var taskHistory = LRU({max: 500, maxAge: 1000 * 3600 * 2}); process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0'; +http.globalAgent.maxSockets = Infinity; function callbackReport(requestId, responseCode, message, dontResendDelay, raw) { var responseToSave = { -- 1.9.0