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