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