diff --git a/devtools/client/performance-new/popup/background.jsm.js b/devtools/client/performance-new/popup/background.jsm.js index 2ec80909e2ac..05faa1f730f9 100644 --- a/devtools/client/performance-new/popup/background.jsm.js +++ b/devtools/client/performance-new/popup/background.jsm.js @@ -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: [],