mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-09 21:40:11 +00:00
increase default synchrony params
This commit is contained in:
@@ -129,8 +129,8 @@ func DefaultSynchronyParams() SynchronyParams {
|
||||
// TODO(@wbanfield): Determine experimental values for these defaults
|
||||
// https://github.com/tendermint/tendermint/issues/7202
|
||||
return SynchronyParams{
|
||||
Precision: 10 * time.Millisecond,
|
||||
MessageDelay: 1 * time.Second,
|
||||
Precision: 50 * time.Millisecond,
|
||||
MessageDelay: 3 * time.Second,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user