mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 02:40:45 +00:00
fix config for round (#249)
This commit is contained in:
parent
2135e2b0a1
commit
7894cbe205
1 changed files with 6 additions and 6 deletions
|
|
@ -142,16 +142,16 @@ var (
|
||||||
WaitPeriod: 2,
|
WaitPeriod: 2,
|
||||||
MinePeriod: 2,
|
MinePeriod: 2,
|
||||||
},
|
},
|
||||||
1962900: {
|
1962899: {
|
||||||
SwitchRound: 1962900,
|
SwitchRound: 1962899, // start from next round
|
||||||
CertThreshold: 50, // attack fix by reduce this number
|
CertThreshold: 50, // attack fix by reduce this number
|
||||||
TimeoutSyncThreshold: 5,
|
TimeoutSyncThreshold: 5,
|
||||||
TimeoutPeriod: 25,
|
TimeoutPeriod: 25,
|
||||||
WaitPeriod: 2,
|
WaitPeriod: 2,
|
||||||
MinePeriod: 2,
|
MinePeriod: 2,
|
||||||
},
|
},
|
||||||
1964900: {
|
1964899: {
|
||||||
SwitchRound: 1964900,
|
SwitchRound: 1964899, // start from next round
|
||||||
CertThreshold: 73, // recover back to normal number, expect all nodes is back into masternode list
|
CertThreshold: 73, // recover back to normal number, expect all nodes is back into masternode list
|
||||||
TimeoutSyncThreshold: 5,
|
TimeoutSyncThreshold: 5,
|
||||||
TimeoutPeriod: 25,
|
TimeoutPeriod: 25,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue