复活失败,正在重试之延长跳过时间

This commit is contained in:
develop202
2026-01-15 20:25:44 +08:00
parent 1014419ef2
commit 4f64e1a390

View File

@@ -73,7 +73,7 @@ async function getAllURL() {
const timeoutId = setTimeout(() => { const timeoutId = setTimeout(() => {
controller.abort() controller.abort()
// console.log("请求超时") // console.log("请求超时")
}, 300); }, 1200);
const test = await fetch(decryptURL, { const test = await fetch(decryptURL, {
signal: controller.signal signal: controller.signal
}) })