Backout changeset 33a01f08bbf3 (bug 648570) because of mobile tree oranges

landing on a CLOSED TREE
This commit is contained in:
Ehsan Akhgari 2011-04-11 13:30:02 -04:00
Родитель 757178bcf2
Коммит ba04fffad9
1 изменённых файлов: 2 добавлений и 5 удалений

Просмотреть файл

@ -700,11 +700,8 @@ pref("network.http.proxy.keep-alive", true);
// the packet is lost or delayed on the route.
pref("network.http.keep-alive.timeout", 115);
// Limit the absolute number of http connections.
// Note: the socket transport service will clamp the number below 256 if the OS
// 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.
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