Skip to content

Commit

Permalink
extend the waiting time when catch up the newest block
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgao001 committed Oct 19, 2023
1 parent 6afcf08 commit de69d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const (
OracleChannelId types.ChannelId = 0
SleepTimeAfterSyncLightBlock = 15 * time.Second

ListenerPauseTime = 2 * time.Second
ListenerPauseTime = 3 * time.Second
ErrorRetryInterval = 1 * time.Second
AssembleInterval = 500 * time.Millisecond

Expand Down

0 comments on commit de69d65

Please sign in to comment.