Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wahdalo committed Mar 11, 2024
2 parents fd4fe7d + c9a761b commit f53108d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Address : ${address}
Check : ${logClaim}
`,
});
setTimeout(checkAndUpdate, 10000);
setTimeout(checkAndUpdate, 60000);
} catch (error) {
console.log(error)
twisters.put(address, {
Expand Down Expand Up @@ -128,4 +128,4 @@ Status : Error processing account, please check logs for details.
for (const processAccount of promises) {
allPromise.push(await processAccount);
}
})()
})()

0 comments on commit f53108d

Please sign in to comment.