app
scout 6 months ago
parent 41fad85e61
commit 73cbe9ad65

@ -40,7 +40,7 @@ async function needUpdate() {
return result; return result;
} }
// 间隔五分钟 // 间隔五分钟
const DURATION = 1000 * 6 ; const DURATION = 1000 * 60 ;
function autoRefresh() { function autoRefresh() {
setTimeout(async () => { setTimeout(async () => {
const willUpdate = await needUpdate(); const willUpdate = await needUpdate();

Loading…
Cancel
Save