mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
reduce to 20s
This commit is contained in:
parent
22fc7d0710
commit
3dac4dc014
1 changed files with 8 additions and 0 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Reference in a new issue