Commit 28c20ce6e9d26fa728876a29f9211813a7987c40

Authored by Adhidarma Hadiwinoto
1 parent d6bc9c5dc7
Exists in master

http.globalAgent.maxSockets = Infinity;

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -15,6 +15,7 @@ var redisClient;
15 15 var taskHistory = LRU({max: 500, maxAge: 1000 * 3600 * 2});
16 16  
17 17 process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
  18 +http.globalAgent.maxSockets = Infinity;
18 19  
19 20 function callbackReport(requestId, responseCode, message, dontResendDelay, raw) {
20 21 var responseToSave = {