mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-06 21:14:27 +00:00
update to 1 min timeout
This commit is contained in:
parent
071b47f07b
commit
528f10b422
1 changed files with 8 additions and 0 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Reference in a new issue