album,artist请求增加超时时间;小调整
This commit is contained in:
@@ -75,6 +75,7 @@ async function startFetchDetail() {
|
||||
const threadId = idsToFetch[i];
|
||||
console.log(`getDetail\t| ${i + 1}/${idsToFetch.length} | threadId: ${threadId}`);
|
||||
await getDetail(threadId);
|
||||
// await sleepUtils.sleep(100);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -158,7 +159,7 @@ async function startFetchRealUrl() {
|
||||
const urlToFetch = urlsToFetch[i];
|
||||
console.log(`getRealUrl\t| ${i + 1}/${urlsToFetch.length} | threadId: ${urlToFetch.threadId}`);
|
||||
await getRealUrl(urlToFetch);
|
||||
await sleepUtils.sleep(1000);
|
||||
// await sleepUtils.sleep(100);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user