Kaynağa Gözat

halved concurrency

Shawn Lu 1 yıl önce
ebeveyn
işleme
8bd3907504
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/faucet/faucet.ts

+ 1 - 1
src/faucet/faucet.ts

@@ -49,4 +49,4 @@ async function startFaucet(concurrency = 10) {
   })
 }
 
-await startFaucet(40)
+await startFaucet(20)