hel 1 an în urmă
părinte
comite
0c4a51a1cd
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 1 1
      src/onchain/fundChecker.ts
  2. 1 1
      src/onchain/generateRandom.ts

+ 1 - 1
src/onchain/fundChecker.ts

@@ -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: {

+ 1 - 1
src/onchain/generateRandom.ts

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