Skip to content

Commit

Permalink
fix: change wait interval from 3s to 10s
Browse files Browse the repository at this point in the history
  • Loading branch information
BarryTong65 committed Aug 8, 2024
1 parent 9c0cbe7 commit f5cc98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncer/syncer.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const (
WaitSleepTime = 100 * time.Millisecond
MapSleepTime = 3 * time.Second
BSCPauseTime = 3 * time.Second
GreenfieldBlockInterval = 3 * time.Second
GreenfieldBlockInterval = 10 * time.Second

ETHPauseTime = 90 * time.Second
RPCTimeout = 20 * time.Second
Expand Down

0 comments on commit f5cc98b

Please sign in to comment.