зеркало из https://github.com/mozilla/gecko-dev.git
Backout changeset 33a01f08bbf3 (bug 648570) because of mobile tree oranges
landing on a CLOSED TREE
This commit is contained in:
Родитель
757178bcf2
Коммит
ba04fffad9
|
@ -700,11 +700,8 @@ pref("network.http.proxy.keep-alive", true);
|
||||||
// the packet is lost or delayed on the route.
|
// the packet is lost or delayed on the route.
|
||||||
pref("network.http.keep-alive.timeout", 115);
|
pref("network.http.keep-alive.timeout", 115);
|
||||||
|
|
||||||
// Limit the absolute number of http connections.
|
// limit the absolute number of http connections.
|
||||||
// Note: the socket transport service will clamp the number below 256 if the OS
|
pref("network.http.max-connections", 30);
|
||||||
// cannot allocate that many FDs, and it also always tries to reserve up to 250
|
|
||||||
// file descriptors for things other than sockets.
|
|
||||||
pref("network.http.max-connections", 256);
|
|
||||||
|
|
||||||
// limit the absolute number of http connections that can be established per
|
// 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
|
// host. if a http proxy server is enabled, then the "server" is the proxy
|
||||||
|
|
Загрузка…
Ссылка в новой задаче