Skip to content

Commit 03d7be5

Browse files
committed
v3.4.13
1 parent 1c7a082 commit 03d7be5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bugbattle",
3-
"version": "3.4.12",
3+
"version": "3.4.13",
44
"main": "build/index.js",
55
"types": "index.d.ts",
66
"scripts": {

published/latest/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ReplayRecorder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default class ReplayRecorder {
3131
}
3232

3333
isFull() {
34-
if (this.actions && this.actions.length > 5000) {
34+
if (this.actions && this.actions.length > 7000) {
3535
return true;
3636
}
3737
return false;

0 commit comments

Comments
 (0)