Skip to content

Commit

Permalink
fix: increase retrySend after 2 block
Browse files Browse the repository at this point in the history
  • Loading branch information
viveksharmapoudel committed Jun 26, 2023
1 parent 464982f commit 37d52fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/processor/path_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const (

// If the message was assembled successfully, but sending the message failed,
// how many blocks should pass before retrying.
blocksToRetrySendAfter = 1
blocksToRetrySendAfter = 2

// How many times to retry sending a message before giving up on it.
maxMessageSendRetries = 5
Expand Down

0 comments on commit 37d52fe

Please sign in to comment.