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