hel hai 1 ano
pai
achega
6b124f638d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/onchain/week2/randomWeek2.ts

+ 1 - 1
src/onchain/week2/randomWeek2.ts

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