Backout changeset e84a9cf9fe6c (bug 648570) for its associated patch not compiling.

This commit is contained in:
L. David Baron 2011-04-11 23:17:21 -07:00
parent 47894de0a5
commit 1f7e1afac7

View File

@ -701,7 +701,7 @@ pref("network.http.proxy.keep-alive", true);
pref("network.http.keep-alive.timeout", 115);
// limit the absolute number of http connections.
pref("network.http.max-connections", 256);
pref("network.http.max-connections", 30);
// limit the absolute number of http connections that can be established per
// host. if a http proxy server is enabled, then the "server" is the proxy