Skip to content

Commit

Permalink
parlia: modify block interval to 750ms
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanBSC committed Feb 14, 2025
1 parent 369687b commit b863c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/parlia/parlia.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const (
checkpointInterval = 1024 // Number of blocks after which to save the snapshot to the database
defaultEpochLength = uint64(200) // Default number of blocks of checkpoint to update validatorSet from contract
defaultBlockInterval = uint16(3000) // Default block interval in milliseconds
lorentzBlockInterval = uint16(500) // Block interval starting from the Lorentz hard fork
lorentzBlockInterval = uint16(750) // Block interval starting from the Lorentz hard fork
defaultTurnLength = uint8(1) // Default consecutive number of blocks a validator receives priority for block production

extraVanity = 32 // Fixed number of extra-data prefix bytes reserved for signer vanity
Expand Down

0 comments on commit b863c15

Please sign in to comment.