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 again (#594)
This commit is contained in:
parent
014eb1c2ed
commit
308607c670
1 changed files with 2 additions and 2 deletions
|
|
@ -94,9 +94,9 @@ var (
|
||||||
TimeoutPeriod: 30,
|
TimeoutPeriod: 30,
|
||||||
MinePeriod: 2,
|
MinePeriod: 2,
|
||||||
},
|
},
|
||||||
13625858: { // 2024.07.29 RPC call and reorg sync issue
|
13625855: { // 2024.07.29 RPC call and reorg sync issue
|
||||||
MaxMasternodes: 108,
|
MaxMasternodes: 108,
|
||||||
SwitchRound: 13625858,
|
SwitchRound: 13625855,
|
||||||
CertThreshold: 0.4,
|
CertThreshold: 0.4,
|
||||||
TimeoutSyncThreshold: 3,
|
TimeoutSyncThreshold: 3,
|
||||||
TimeoutPeriod: 30,
|
TimeoutPeriod: 30,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue