diff --git a/update.js b/update.js index 01ec9df..56cdabc 100644 --- a/update.js +++ b/update.js @@ -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); } }