зеркало из https://github.com/mozilla/pjs.git
Adding a new preference for maximum number of http connections: network.http.max-connections=8 (current default)
This commit is contained in:
Родитель
e34e046ae4
Коммит
9edf45b81b
|
@ -222,6 +222,7 @@ pref("network.http.version", "1.1"); // comment this out in case of problems
|
|||
// default eventually. Nevertheless it'll work with some older 1.0 servers
|
||||
// pref("network.http.keep-alive", true);
|
||||
// pref("network.http.keep-alive.timeout", 120);
|
||||
// pref("network.http.max-connections", 8);
|
||||
// Enable http compression: comment this out in case of problems with 1.1
|
||||
pref("network.http.accept-encoding", "gzip,deflate,compress,identity");
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче