Skip to content

Commit

Permalink
extend time for update
Browse files Browse the repository at this point in the history
  • Loading branch information
dshulyak committed Aug 11, 2023
1 parent b4f342f commit 3de23ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/mainnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func MainnetConfig() Config {

LayerDuration: 5 * time.Minute,
LayerAvgSize: 50,
LegacyLayer: 8150,
LegacyLayer: 8170,
LayersPerEpoch: 4032,

TxsPerProposal: 700, // https://github.com/spacemeshos/go-spacemesh/issues/4559
Expand Down

0 comments on commit 3de23ea

Please sign in to comment.