Shawn Lu 1 rok pred
rodič
commit
ff237fa74a
2 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 1 1
      src/faucet/captcha.ts
  2. 1 1
      src/faucet/faucet.ts

+ 1 - 1
src/faucet/captcha.ts

@@ -49,7 +49,7 @@ export async function getAltchaPayload(client: AxiosInstance) {
       // console.log(challenge)
       const solution = await solveChallengeWorkers(
         './build/src/faucet/worker.js',
-        4,
+        8,
         challenge.challenge,
         challenge.salt,
         challenge.max,

+ 1 - 1
src/faucet/faucet.ts

@@ -49,4 +49,4 @@ async function startFaucet(concurrency = 10) {
   })
 }
 
-await startFaucet(8)
+await startFaucet(2)