90 seconds is the delay for Umap & PLAYER key creation process.

This commit is contained in:
fred 2023-09-03 23:40:47 +02:00
parent 80b329f4c0
commit 763556fb4b
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ function testLatency(cb) {
document.getElementById("countdown").innerHTML = "";
var timeLeft = 42;
var timeLeft = 90;
var elem = document.getElementById("countdown");
var timerId = setInterval(countdown, 999);