Merge branch 'main' of github.com:harmony-one/harmony into main

pull/3405/head
Rongjian Lan 4 years ago
commit 664cb6a518
  1. 2
      api/service/syncing/syncing.go

@ -32,7 +32,7 @@ const (
TimesToFail = 5 // downloadBlocks service retry limit
RegistrationNumber = 3
SyncingPortDifference = 3000
inSyncThreshold = 1 // when peerBlockHeight - myBlockHeight <= inSyncThreshold, it's ready to join consensus
inSyncThreshold = 0 // when peerBlockHeight - myBlockHeight <= inSyncThreshold, it's ready to join consensus
SyncLoopBatchSize uint32 = 1000 // maximum size for one query of block hashes
verifyHeaderBatchSize uint64 = 100 // block chain header verification batch size
SyncLoopFrequency = 1 // unit in second

Loading…
Cancel
Save