hel hace 1 año
padre
commit
5e6d5fa003
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      src/onchain/week2/randomWeek2.ts

+ 3 - 2
src/onchain/week2/randomWeek2.ts

@@ -109,7 +109,8 @@ async function startCheck(concurrency) {
         }
       }
     } catch (e) {
-      console.log(e)
+      console.log(e.message)
+      return
       // await DBClient.instance.account.update({
       //   where: { id: account.id },
       //   data: { status: Status.MayQueued, message: e.message },
@@ -118,4 +119,4 @@ async function startCheck(concurrency) {
   })
 }
 
-startCheck(50)
+startCheck(100)