We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5403bc1 commit 1e4eb6aCopy full SHA for 1e4eb6a
src/browser/replay/recorder.js
@@ -73,7 +73,7 @@ export default class Recorder {
73
checkoutEveryNms() {
74
// Recording may be up to two checkout intervals, therefore the checkout
75
// interval is set to half of the maxSeconds.
76
- return ((this.options.maxSeconds || 10) * 1000) / 2;
+ return ((this.options.maxSeconds ?? 10) * 1000) / 2;
77
}
78
79
/**
0 commit comments