mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-06 00:10:25 +00:00
Bug 988015 - Disable Seer on b2g. r=jduell
This commit is contained in:
parent
c82587d760
commit
05252c873f
@ -69,6 +69,7 @@ pref("network.buffer.cache.count", 24);
|
||||
pref("network.buffer.cache.size", 16384);
|
||||
|
||||
// predictive actions
|
||||
pref("network.seer.enable", false); // disabled on b2g
|
||||
pref("network.seer.max-db-size", 2097152); // bytes
|
||||
pref("network.seer.preserve", 50); // percentage of seer data to keep when cleaning up
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user