Shawn Lu hace 1 año
padre
commit
bb2c3234ee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/faucet/faucetTuc.ts

+ 1 - 1
src/faucet/faucetTuc.ts

@@ -24,7 +24,7 @@ async function faucetTuc(address: string) {
 async function startFaucet(concurrency: number) {
   const accounts = await DBClient.instance.account.findMany({
     where: { status: 5 },
-    take: 500,
+    // take: 500,
   })
   await forEachAsync(accounts, concurrency, async account => {
     try {