mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-25 13:07:17 +00:00
Snapshots: restore logInterval #4098
This commit is contained in:
parent
55af137b32
commit
54076c9bcf
@ -1219,7 +1219,7 @@ func WaitForDownloader(ctx context.Context, tx kv.RwTx, cfg HeadersCfg) error {
|
||||
}
|
||||
break
|
||||
}
|
||||
logEvery := time.NewTicker(logInterval / 3)
|
||||
logEvery := time.NewTicker(logInterval)
|
||||
defer logEvery.Stop()
|
||||
|
||||
var m runtime.MemStats
|
||||
|
Loading…
Reference in New Issue
Block a user