hel hace 1 año
padre
commit
5cca1c276e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/faucet/faucet.ts

+ 2 - 1
src/faucet/faucet.ts

@@ -116,7 +116,7 @@ async function faucetLunch(concurrency: number = 8) {
       httpsAgent: getProxyAgent(),
     })
     await polly()
-      .waitAndRetry(2)
+      .waitAndRetry(0)
       .executeForPromise(async () => {
         const resp = await client.post(
           'https://api.lunchlunch.xyz/v1/auth/sign-in',
@@ -155,6 +155,7 @@ async function faucetLunch(concurrency: number = 8) {
           },
         })
       })
+    return
     const flag = await polly()
       .waitAndRetry(20)
       .executeForPromise(async () => {