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:
Julien Wajsberg 2019-10-22 08:13:47 +00:00
Родитель 75f5c38006
Коммит 2ca92e3b9a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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: [],