@@ -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,
@@ -49,4 +49,4 @@ async function startFaucet(concurrency = 10) {
})
}
-await startFaucet(8)
+await startFaucet(2)