Kaynağa Gözat

add concurrency

Shawn Lu 1 yıl önce
ebeveyn
işleme
f652086c0f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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)