From 19682802aba94257e3480165dd08a9bf4a45c45d Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange Date: Tue, 13 Sep 2022 11:05:50 -0500 Subject: [PATCH] Actually, 30 seconds --- update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.js b/update.js index 53662a4..01ec9df 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; - }, 10000); + }, 30000); localStorage.setItem("commitsha", resp.sha); } }