hel 1 vuosi sitten
vanhempi
commit
c2e1c9a54a
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/onchain/week3/randomWeek3.ts

+ 2 - 2
src/onchain/week3/randomWeek3.ts

@@ -7,7 +7,7 @@ async function startCheck(concurrency) {
     where: {
       finish: 0,
     },
-    take: 10,
+    take: 10000,
     orderBy: {
       id: 'asc',
     },
@@ -168,4 +168,4 @@ async function startCheck(concurrency) {
   })
 }
 
-startCheck(10)
+startCheck(100)