Commit 343045dc authored by nanahira's avatar nanahira

increase max cloud replay id

parent e101a0de
......@@ -1138,7 +1138,7 @@ class Room
@established = false
@watcher_buffers = []
@recorder_buffers = []
@cloud_replay_id = Math.floor(Math.random()*100000000)
@cloud_replay_id = Math.floor(Math.random()*Number.MAX_SAFE_INTEGER)
@watchers = []
@random_type = ''
@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