Bug 560591 - Improve network performance by changing the env variables r=mfinkle
--- a/mobile/app/mobile.js
+++ b/mobile/app/mobile.js
@@ -453,8 +453,12 @@ pref("editor.singleLine.pasteNewlines",
// update fonts for better readability
pref("font.default.x-baltic", "SwissA");
pref("font.default.x-central-euro", "SwissA");
pref("font.default.x-cyrillic", "SwissA");
pref("font.default.x-unicode", "SwissA");
pref("font.default.x-user-def", "SwissA");
pref("font.default.x-western", "SwissA");
#endif
+
+// See bug 545869 for details on why these are set the way they are
+pref("network.buffer.cache.count", 24);
+pref("network.buffer.cache.size", 16384);