bug 648570 increase http idle pconn pool from 30 to 256 (match chrome) on desktop. r=jduell

This commit is contained in:
Patrick McManus 2011-04-11 22:38:11 -07:00
Родитель 10ac8d7e82
Коммит 1310037f24
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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", 30);
pref("network.http.max-connections", 256);
// 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