Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ddorgan
polkadot
Commits
e56bc780
Commit
e56bc780
authored
Jan 19, 2020
by
André Silva
Committed by
asynchronous rob
Jan 19, 2020
Browse files
grandpa: increase gossip duration to 1s (#781)
parent
1a89dc21
Changes
1
Hide whitespace changes
Inline
Side-by-side
service/src/lib.rs
View file @
e56bc780
...
...
@@ -481,7 +481,7 @@ pub fn new_full<Runtime, Dispatch, Extrinsic>(config: Configuration)
let
config
=
grandpa
::
Config
{
// FIXME substrate#1578 make this available through chainspec
gossip_duration
:
Duration
::
from_millis
(
333
),
gossip_duration
:
Duration
::
from_millis
(
1000
),
justification_period
:
512
,
name
:
Some
(
name
),
observer_enabled
:
false
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment