mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
Merge pull request #824 from XinFinOrg/benjamin202410-patch-1
test exp timeout on devnet
This commit is contained in:
commit
660f3f6578
1 changed files with 2 additions and 2 deletions
|
|
@ -114,9 +114,9 @@ var (
|
|||
SwitchRound: 0,
|
||||
CertThreshold: 0.667,
|
||||
TimeoutSyncThreshold: 3,
|
||||
TimeoutPeriod: 30,
|
||||
TimeoutPeriod: 5,
|
||||
MinePeriod: 2,
|
||||
ExpTimeoutConfig: ExpTimeoutConfig{Base: 1.0, MaxExponent: 0},
|
||||
ExpTimeoutConfig: ExpTimeoutConfig{Base: 2.0, MaxExponent: 5},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue