hel 1 년 전
부모
커밋
19cf2fd96c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/utils/index.ts

+ 1 - 1
src/utils/index.ts

@@ -61,7 +61,7 @@ export async function forEachAsync(
   array: any[],
   concurrency: number,
   asyncFn: (item: any, index: number) => Promise<void>,
-  timeout: number=160000,
+  timeout: number=320000,
 ) {
   let running = 0 // 当前正在运行的任务数
   let completed = 0 // 完成的任务数