Skip to content

Commit

Permalink
update epoch start grace period
Browse files Browse the repository at this point in the history
  • Loading branch information
ssd04 committed Feb 11, 2025
1 parent dcac9c1 commit 0e04c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const BlockFinality = 1
const MetaBlockValidity = 1

// EpochChangeGracePeriod defines the allowed round numbers till the shard has to change the epoch
const EpochChangeGracePeriod = 1
const EpochChangeGracePeriod = 2

// MaxHeaderRequestsAllowed defines the maximum number of missing cross-shard headers (gaps) which could be requested
// in one round, when node processes a received block
Expand Down

0 comments on commit 0e04c36

Please sign in to comment.