Skip to content

Commit

Permalink
Merge pull request #99 from alexgao001/fix-latest-blcok-err
Browse files Browse the repository at this point in the history
fix: latest blcok err
  • Loading branch information
alexgao001 authored Oct 19, 2023
2 parents 6afcf08 + de69d65 commit 5c249c5
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 5c249c5

Please sign in to comment.