removed http.globalAgent.maxSockets

This commit is contained in:
cubedro 2015-06-13 07:18:08 +03:00
parent 79bc55d0e6
commit 9b7efefb70
1 changed files with 0 additions and 2 deletions

2
app.js
View File

@ -15,8 +15,6 @@ if( process.env.NODE_ENV !== 'production' )
else
server = http.createServer();
http.globalAgent.maxSockets = 50;
// Init socket vars
var Primus = require('primus');
var api;