This commit is contained in:
scout 2024-03-11 11:34:43 +08:00
parent 41fad85e61
commit 73cbe9ad65

View File

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