Closed
Bug 560591
Opened 13 years ago
Closed 13 years ago
Increase necko buffer sizes for fennec
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dougt, Assigned: dougt)
Details
Attachments
(1 file)
613 bytes,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Since bug 545869 has landed, we should used the data that mfinkle provided increase our necko buffer sizes for Fennec. Currently the buffer sizes are set in all.js.
Updated•13 years ago
|
Attachment #440276 -
Attachment is patch: true
Attachment #440276 -
Attachment mime type: application/octet-stream → text/plain
Comment 1•13 years ago
|
||
Comment on attachment 440276 [details] [diff] [review] 16k x 64count patch >+// See bug 545869 for details on why these are set the way they are >+pref("network.buffer.cache.count", 64); >+pref("network.buffer.cache.size", 16384); Can you put these just below the other "network." preferences?
Attachment #440276 -
Flags: review?
Comment 2•13 years ago
|
||
(In reply to comment #1) > (From update of attachment 440276 [details] [diff] [review]) > > >+// See bug 545869 for details on why these are set the way they are > >+pref("network.buffer.cache.count", 64); > >+pref("network.buffer.cache.size", 16384); > > Can you put these just below the other "network." preferences? Also, my data was collected with "network.buffer.cache.count" = 24
Comment 3•13 years ago
|
||
Comment on attachment 440276 [details] [diff] [review] 16k x 64count patch Meant to r+ this
Attachment #440276 -
Flags: review? → review+
Comment 4•13 years ago
|
||
This was fixed a while ago: http://hg.mozilla.org/mobile-browser/rev/dd6d03cbc981
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Assignee: nobody → doug.turner
You need to log in
before you can comment on or make changes to this bug.
Description
•