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

+ 1 - 1
src/faucet/captcha.ts

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