mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-31 13:16:59 +00:00
set params to 1 for the time being
This commit is contained in:
+2
-2
@@ -129,8 +129,8 @@ func DefaultTimingParams() TimingParams {
|
||||
// TODO(@wbanfield): Determine experimental values for these defaults
|
||||
// https://github.com/tendermint/tendermint/issues/7202
|
||||
return TimingParams{
|
||||
Precision: 50 * time.Millisecond,
|
||||
MessageDelay: 3 * time.Second,
|
||||
Precision: 1 * time.Nanosecond,
|
||||
MessageDelay: 1 * time.Nanosecond,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user