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();