This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
params: increase default synchrony params (
#7704
)
pull/7709/head
William Banfield
3 years ago
committed by
GitHub
parent
09c41dc06d
commit
b37c10c324
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
types/params.go
+ 1
- 1
types/params.go
View File
@ -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
,
}
}
Write
Preview
Loading…
Cancel
Save