mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-20 15:04:22 +00:00
revert making validator set smaller
This commit is contained in:
+1
-1
@@ -130,7 +130,7 @@ func DefaultSynchronyParams() SynchronyParams {
|
||||
// https://github.com/tendermint/tendermint/issues/7202
|
||||
return SynchronyParams{
|
||||
Precision: 50 * time.Millisecond,
|
||||
MessageDelay: 3 * time.Second,
|
||||
MessageDelay: 2 * time.Second,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user