Skip to content

Commit

Permalink
error in logPollInterval
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandezlautaro committed Nov 12, 2024
1 parent 08aa47a commit 395d186
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ChainID = '80084'
# finality_depth: instant
FinalityDepth = 10
# block_time: 5s, adding 1 second buffer
LogPollInterval = '1s'
LogPollInterval = '6s'

# finality_depth * block_time / 60 secs = ~0.8 min (finality time)
NoNewFinalizedHeadsThreshold = '5m'
Expand Down

0 comments on commit 395d186

Please sign in to comment.