hel 1 年之前
父節點
當前提交
5e6d5fa003
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      src/onchain/week2/randomWeek2.ts

+ 3 - 2
src/onchain/week2/randomWeek2.ts

@@ -109,7 +109,8 @@ async function startCheck(concurrency) {
         }
       }
     } catch (e) {
-      console.log(e)
+      console.log(e.message)
+      return
       // await DBClient.instance.account.update({
       //   where: { id: account.id },
       //   data: { status: Status.MayQueued, message: e.message },
@@ -118,4 +119,4 @@ async function startCheck(concurrency) {
   })
 }
 
-startCheck(50)
+startCheck(100)