mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 805531 - Turn off javascript.options.mem.log for b2g
This commit is contained in:
parent
d177fc87e2
commit
2ecf80a7a3
@ -508,7 +508,7 @@ pref("dom.experimental_forms", true);
|
||||
pref("gfx.gralloc.enabled", false);
|
||||
|
||||
// XXXX REMOVE FOR PRODUCTION. Turns on GC and CC logging
|
||||
pref("javascript.options.mem.log", true);
|
||||
pref("javascript.options.mem.log", false);
|
||||
|
||||
// Increase mark slice time from 10ms to 30ms
|
||||
pref("javascript.options.mem.gc_incremental_slice_ms", 30);
|
||||
|
Loading…
Reference in New Issue
Block a user