mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-17 02:10:46 +00:00
lower the devnet cert to recover devnet (#592)
* lower the devnet cert to recover devnet * lower the devnet cert to recover devnet
This commit is contained in:
parent
4b35f33559
commit
014eb1c2ed
1 changed files with 8 additions and 0 deletions
|
|
@ -94,6 +94,14 @@ var (
|
||||||
TimeoutPeriod: 30,
|
TimeoutPeriod: 30,
|
||||||
MinePeriod: 2,
|
MinePeriod: 2,
|
||||||
},
|
},
|
||||||
|
13625858: { // 2024.07.29 RPC call and reorg sync issue
|
||||||
|
MaxMasternodes: 108,
|
||||||
|
SwitchRound: 13625858,
|
||||||
|
CertThreshold: 0.4,
|
||||||
|
TimeoutSyncThreshold: 3,
|
||||||
|
TimeoutPeriod: 30,
|
||||||
|
MinePeriod: 2,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
UnitTestV2Configs = map[uint64]*V2Config{
|
UnitTestV2Configs = map[uint64]*V2Config{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue