|
@@ -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 () => {
|