Shawn Lu 1 year ago
parent
commit
05856448ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/faucet/faucet.ts

+ 1 - 1
src/faucet/faucet.ts

@@ -159,4 +159,4 @@ async function faucetLunch(concurrency: number = 8) {
   })
 }
 
-await faucetLunch(25)
+await faucetLunch(1)