Selaa lähdekoodia

add concurrency

Shawn Lu 1 vuosi sitten
vanhempi
commit
f652086c0f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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)