Skip to content

Commit

Permalink
reduce to 20s
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Lai committed Oct 18, 2024
1 parent 22fc7d0 commit 3dac4dc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ var (
TimeoutPeriod: 30,
MinePeriod: 2,
},
460000: {
MaxMasternodes: 108,
SwitchRound: 460000,
CertThreshold: 0.667,
TimeoutSyncThreshold: 2,
TimeoutPeriod: 20,
MinePeriod: 2,
},
}

TestnetV2Configs = map[uint64]*V2Config{
Expand Down

0 comments on commit 3dac4dc

Please sign in to comment.