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

+ 2 - 2
src/onchain/randomTask.ts

@@ -8,7 +8,7 @@ async function startCheck(concurrency) {
     where: {
       finish: 0,
     },
-    take: 2000,
+    take: 10000,
   })
   await forEachAsync(accountsRaw, concurrency, async (account, index) => {
     console.log(`${index}/${accountsRaw.length}: processing ${account.address}`)
@@ -108,4 +108,4 @@ async function startCheck(concurrency) {
   })
 }
 
-startCheck(20)
+startCheck(100)