@@ -10,6 +10,8 @@ async function startCheck(concurrency) {
},
})
if (count < 300) {
+ console.log(`waiting for more accounts`)
+
await sleep(1000 * 60 * 15)
}
const accountsRaw = await DBClient.instance.account.findMany({
@@ -10,8 +10,8 @@ async function startCheck() {
if (count < 200) {
- return
where: {