зеркало из https://github.com/mozilla/gecko-dev.git
pref changes for bug 102332 r=gagan, sr=alecf
This commit is contained in:
Родитель
79cdd60a3a
Коммит
cdd923a58f
|
@ -62,7 +62,7 @@ pref("browser.startup.homepage", "chrome://navigator-region/locale/region.pro
|
|||
pref("browser.startup.homepage_override.1", true);
|
||||
pref("browser.startup.autoload_homepage", true);
|
||||
|
||||
pref("browser.cache.enable", true);
|
||||
pref("browser.cache.enable", true); // see also network.http.use-cache
|
||||
pref("browser.cache.disk.enable", true);
|
||||
pref("browser.cache.disk.capacity", 50000);
|
||||
pref("browser.cache.memory.enable", true);
|
||||
|
@ -306,6 +306,9 @@ pref("network.http.version", "1.1"); // default
|
|||
// keep-alive option is effectively obsolete. Nevertheless it'll work with
|
||||
// some older 1.0 servers:
|
||||
|
||||
// enable caching of http documents
|
||||
pref("network.http.use-cache", true);
|
||||
|
||||
pref("network.http.keep-alive", true); // set it to false in case of problems
|
||||
pref("network.http.proxy.keep-alive", true);
|
||||
pref("network.http.keep-alive.timeout", 300);
|
||||
|
|
Загрузка…
Ссылка в новой задаче