зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1589122 - Appropriately configure the default interval pref in microseconds r=canaltinova
Differential Revision: https://phabricator.services.mozilla.com/D49642 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
75f5c38006
Коммит
2ca92e3b9a
|
@ -265,7 +265,7 @@ function getDefaultRecordingPreferences() {
|
|||
entries: 10000000, // ~80mb,
|
||||
// Do not expire markers, let them roll off naturally from the circular buffer.
|
||||
duration: 0,
|
||||
interval: 1, // milliseconds
|
||||
interval: 1000, // 1000µs = 1ms
|
||||
features: ["js", "leaf", "responsiveness", "stackwalk"],
|
||||
threads: ["GeckoMain", "Compositor"],
|
||||
objdirs: [],
|
||||
|
|
Загрузка…
Ссылка в новой задаче