From 73cbe9ad655daedd82547b13c9c383e1ac192d40 Mon Sep 17 00:00:00 2001 From: scout <1134087124@qq.com> Date: Mon, 11 Mar 2024 11:34:43 +0800 Subject: [PATCH] fixbug --- src/utils/auto-update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/auto-update.js b/src/utils/auto-update.js index 8df03c4..7c379e4 100644 --- a/src/utils/auto-update.js +++ b/src/utils/auto-update.js @@ -40,7 +40,7 @@ async function needUpdate() { return result; } // 间隔五分钟 -const DURATION = 1000 * 6 ; +const DURATION = 1000 * 60 ; function autoRefresh() { setTimeout(async () => { const willUpdate = await needUpdate();