Skip to content

Commit

Permalink
make maxagents larger
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Zhu committed Apr 5, 2013
1 parent de64c5b commit 803a754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.js
Expand Up @@ -21,7 +21,7 @@

var util = require('util');
var http = require('http');
http.globalAgent.maxSockets = 100;
http.globalAgent.maxSockets = 256;
var cluster = require('cluster');

var sogou = require('../shared/sogou');
Expand Down

0 comments on commit 803a754

Please sign in to comment.