set params to 1 for the time being

This commit is contained in:
William Banfield
2021-12-02 14:58:56 -05:00
parent ef56409f2f
commit e871ad797a
+2 -2
View File
@@ -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,
}
}