зеркало из https://github.com/mozilla/pjs.git
bug 648570 increase http idle pconn pool from 30 to 256 (match chrome) on desktop. r=jduell
This commit is contained in:
Родитель
10ac8d7e82
Коммит
1310037f24
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче