Commit 41a511b3c38583b8201093371680d40e7d6a0d76

Authored by Adhidarma Hadiwinoto
1 parent 790e11bfdd
Exists in master

http.globalAgent.maxSockets = Infinity

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

... ... @@ -14,6 +14,7 @@ var config;
14 14 var aaa;
15 15 var logger;
16 16  
  17 +http.globalAgent.maxSockets = Infinity;
17 18  
18 19 function start(options) {
19 20 if (!options) {