Ver código fonte

halved concurrency

Shawn Lu 1 ano atrás
pai
commit
8bd3907504
1 arquivos alterados com 1 adições e 1 exclusões
  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)