Skip to content

Commit

Permalink
block time
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcrevar committed May 23, 2024
1 parent 14da60b commit d3c4796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/genesis/polybft_params.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const (

defaultSprintSize = uint64(5) // in blocks
defaultEpochReward = 1 // in blocks
defaultBlockTime = 5 * time.Second
defaultBlockTime = 2 * time.Second
defaultBlockTimeDrift = uint64(10) // in seconds
defaultBlockTrackerPollInterval = time.Second
defaultCheckpointInterval = uint64(900) // in blocks
Expand Down

0 comments on commit d3c4796

Please sign in to comment.