Commit 260253aa authored by nanahira's avatar nanahira

Merge branch 'mc'

parents 3e2a2fdf f0300691
Pipeline #14351 passed with stages
in 14 minutes
......@@ -1658,7 +1658,7 @@
this.established = false;
this.watcher_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.random_type = '';
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