Skip to content

sync timing consts

Source (upstream pre-purge) Current
File eth/sync.go sync_pow.go
Symbol forceSyncCycle forceSyncCycle
Ref f4d53133f~1 etc/v1.17.3-full-node

forceSyncCycle, txsyncPackSize

3-way merge — purge → getc ← upstream

pre-purge
const (
forceSyncCycle = 10 * time.Second // Time interval to force syncs, even if few peers are available
defaultMinSyncPeers = 5 // Amount of peers desired to start syncing
)
core-geth validation — **Identical** ✅ | | | |---|---| | File | [`sync.go`](https://github.com/etclabscore/core-geth/blob/v1.12.20/eth/sync.go) | | Symbol | `forceSyncCycle` | | Ref | `v1.12.20` |

← Sync & Downloader