Adding a new preference for maximum number of http connections: network.http.max-connections=8 (current default)

This commit is contained in:
ruslan%netscape.com 2000-03-28 22:42:24 +00:00
Родитель e34e046ae4
Коммит 9edf45b81b
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -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");