Skip to content

Commit

Permalink
increase finality timeout (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed May 16, 2024
1 parent 6b6831a commit 53dd3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockchain/finalized_headers.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

const (
minBlocksToFinalize = 10
finalityTimeout = 45 * time.Minute
finalityTimeout = 90 * time.Minute
FinalizedHeaderKey = "finalizedHeads"
logNotifyFrequency = 2 * time.Minute
)
Expand Down

0 comments on commit 53dd3f9

Please sign in to comment.