Perf: run a few task during downloading previous dist

This commit is contained in:
SukkaW
2025-01-04 04:01:47 +08:00
parent 16ecf378a6
commit a86308b69f
8 changed files with 79 additions and 82 deletions

View File

@@ -219,8 +219,6 @@ export function getPhishingDomains(parentSpan: Span) {
return domainArr;
});
console.log({ len: domainArr.length });
return span.traceChildAsync(
'process phishing domain set',
() => processPhihsingDomains(domainArr)