mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-17 18:30:45 +00:00
recover devnet by increasing timeout (#760)
This commit is contained in:
parent
d4444878bc
commit
b794f6a849
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ var (
|
||||||
SwitchRound: 13625855,
|
SwitchRound: 13625855,
|
||||||
CertThreshold: 0.4,
|
CertThreshold: 0.4,
|
||||||
TimeoutSyncThreshold: 3,
|
TimeoutSyncThreshold: 3,
|
||||||
TimeoutPeriod: 30,
|
TimeoutPeriod: 60,
|
||||||
MinePeriod: 2,
|
MinePeriod: 2,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue