removed http.globalAgent.maxSockets
This commit is contained in:
parent
79bc55d0e6
commit
9b7efefb70
2
app.js
2
app.js
@ -15,8 +15,6 @@ if( process.env.NODE_ENV !== 'production' )
|
|||||||
else
|
else
|
||||||
server = http.createServer();
|
server = http.createServer();
|
||||||
|
|
||||||
http.globalAgent.maxSockets = 50;
|
|
||||||
|
|
||||||
// Init socket vars
|
// Init socket vars
|
||||||
var Primus = require('primus');
|
var Primus = require('primus');
|
||||||
var api;
|
var api;
|
||||||
|
Loading…
Reference in New Issue
Block a user