fix config for round (#249)

This commit is contained in:
Liam 2023-04-17 12:13:32 +10:00 committed by GitHub
parent 2135e2b0a1
commit 7894cbe205
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,17 +142,17 @@ 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,
WaitPeriod: 2, WaitPeriod: 2,