复活失败,正在重试之延长跳过时间
This commit is contained in:
@@ -73,7 +73,7 @@ async function getAllURL() {
|
||||
const timeoutId = setTimeout(() => {
|
||||
controller.abort()
|
||||
// console.log("请求超时")
|
||||
}, 300);
|
||||
}, 1200);
|
||||
const test = await fetch(decryptURL, {
|
||||
signal: controller.signal
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user