Skip to content

Commit

Permalink
set max retry interval for en requester engine to 10s
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanschalm committed Sep 4, 2024
1 parent 17e08c4 commit cd11d03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/execution_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -1048,6 +1048,7 @@ func (exeNode *ExecutionNode) LoadIngestionEngine(
// consistency of collection can be checked by checking hash, and hash comes from trusted source (blocks from consensus follower)
// hence we not need to check origin
requester.WithValidateStaking(false),
requester.WithRetryMaximum(10*time.Second),
)

if err != nil {
Expand Down

0 comments on commit cd11d03

Please sign in to comment.