@@ -339,7 +339,7 @@ export default {
_this.stopFn = new rrweb.record({
emit (event) {
// 用任意方式存储 event
- if (_this.recoreEvent.length > 60) {
+ if (_this.recoreEvent.length > 1000) {
if (_this.stopFn) {
_this.stopFn()
_this.stopFn = null