Browse Source

halved concurrency

Shawn Lu 1 year ago
parent
commit
8bd3907504
1 changed files with 1 additions and 1 deletions
  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)