Explorar o código

halved concurrency

Shawn Lu hai 1 ano
pai
achega
8bd3907504
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)