Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(532)

Unified Diff: net/http/http_network_session.cc

Issue 2038005: Change socket pool max from 100 to 1000000 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/375/src/
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_session.cc
===================================================================
--- net/http/http_network_session.cc (revision 46586)
+++ net/http/http_network_session.cc (working copy)
@@ -12,7 +12,7 @@
namespace net {
// static
-int HttpNetworkSession::max_sockets_ = 100;
+int HttpNetworkSession::max_sockets_ = 1000000;
Mark Mentovai 2010/05/07 19:01:29 Will, does this leave us exposed to file descripto
// static
int HttpNetworkSession::max_sockets_per_group_ = 6;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698