Skip to content

Commit

Permalink
crawler: reduce sleep time
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcoin98 committed Oct 17, 2023
1 parent 993c849 commit ee40ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crawl.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ async function updateSignerPenAndStatus () {
logger.error('updateSignerAndPen %s', e)
web3 = new Web3Ws()
validator = new Validator(web3)
await sleep(1000)
await sleep(100)
return updateSignerPenAndStatus()
}
}
Expand Down

0 comments on commit ee40ff2

Please sign in to comment.