mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-10 23:10:59 +00:00
params: increase default synchrony params (#7704)
This commit is contained in:
@@ -132,7 +132,7 @@ func DefaultSynchronyParams() SynchronyParams {
|
||||
// https://github.com/tendermint/tendermint/issues/7202
|
||||
return SynchronyParams{
|
||||
Precision: 500 * time.Millisecond,
|
||||
MessageDelay: 2 * time.Second,
|
||||
MessageDelay: 3 * time.Second,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user