diff --git a/syncer/syncer.go b/syncer/syncer.go index 389432e..e07ecd8 100644 --- a/syncer/syncer.go +++ b/syncer/syncer.go @@ -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