@@ -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}`)