Explorar o código

add concurrency

Shawn Lu hai 1 ano
pai
achega
f652086c0f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/faucet/faucetTuc.ts

+ 1 - 1
src/faucet/faucetTuc.ts

@@ -43,4 +43,4 @@ async function startFaucet(concurrency: number) {
   })
 }
 
-await startFaucet(5)
+await startFaucet(20)