Skip to content

Commit

Permalink
update to 1 min timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
賴怡誠 authored and 賴怡誠 committed Oct 2, 2024
1 parent 071b47f commit 528f10b
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 @@ -56,6 +56,14 @@ var (
TimeoutPeriod: 600,
MinePeriod: 2,
},
8000: {
MaxMasternodes: 108,
SwitchRound: 8000,
CertThreshold: 0.667,
TimeoutSyncThreshold: 2,
TimeoutPeriod: 60,
MinePeriod: 2,
},
}

TestnetV2Configs = map[uint64]*V2Config{
Expand Down

0 comments on commit 528f10b

Please sign in to comment.