Commit f0300691 authored by nanahira's avatar nanahira

js

parent 343045dc
Pipeline #14349 failed with stages
in 6 minutes and 40 seconds
...@@ -1505,7 +1505,7 @@ ...@@ -1505,7 +1505,7 @@
this.established = false; this.established = false;
this.watcher_buffers = []; this.watcher_buffers = [];
this.recorder_buffers = []; this.recorder_buffers = [];
this.cloud_replay_id = Math.floor(Math.random() * 100000000); this.cloud_replay_id = Math.floor(Math.random() * Number.MAX_SAFE_INTEGER);
this.watchers = []; this.watchers = [];
this.random_type = ''; this.random_type = '';
this.welcome = ''; this.welcome = '';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment