30s causes problems. How about 15s?
This commit is contained in:
parent
19682802ab
commit
0a427f1e00
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ function reqData() {
|
|||
document.querySelector(".scr-update--").classList.add("open");
|
||||
setTimeout(() => {
|
||||
window.location.href = window.location.href;
|
||||
}, 30000);
|
||||
}, 15000);
|
||||
localStorage.setItem("commitsha", resp.sha);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue