Explorar el Código

halved concurrency

Shawn Lu hace 1 año
padre
commit
8bd3907504
Se han modificado 1 ficheros con 1 adiciones y 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)