Skip to content

Commit

Permalink
update timeout to 30s (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin202410 authored Oct 10, 2024
1 parent eb6d53a commit f6afd24
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 @@ -64,6 +64,14 @@ var (
TimeoutPeriod: 60,
MinePeriod: 2,
},
220000: {
MaxMasternodes: 108,
SwitchRound: 220000,
CertThreshold: 0.667,
TimeoutSyncThreshold: 2,
TimeoutPeriod: 30,
MinePeriod: 2,
},
}

TestnetV2Configs = map[uint64]*V2Config{
Expand Down

0 comments on commit f6afd24

Please sign in to comment.