@@ -10,7 +10,7 @@ async function startCheck(concurrency) {
orderBy: {
lastRun: 'desc',
},
- take: 1,
+ take: 1000000,
})
await forEachAsync(accountsRaw, concurrency, async (account, index) => {
console.log(`${index}/${accountsRaw.length}: processing ${account.address}`)