Sfoglia il codice sorgente

halved concurrency

Shawn Lu 1 anno fa
parent
commit
8bd3907504
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)