Skip to content

Commit

Permalink
increased BlockRetryLimit to 10 for Ethereum/Polygon
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Navoichyk committed Jul 14, 2022
1 parent 1de7c78 commit f316d3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
## vNext
- ...

## v2.5.1
- Increased BlockRetryLimit to 10 for Ethereum/Polygon

## v2.5.0
- Migrated to GitHub actions

Expand Down
2 changes: 1 addition & 1 deletion chains/ethereum/listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
)

var BlockRetryInterval = time.Second * 5
var BlockRetryLimit = 5
var BlockRetryLimit = 10
var ErrFatalPolling = errors.New("listener block polling failed")

type listener struct {
Expand Down

0 comments on commit f316d3c

Please sign in to comment.