Skip to content

Commit

Permalink
[Debug] Try outbound GrandPa slots
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka committed Jan 4, 2021
1 parent c8591bd commit d175b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/finality-grandpa/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ pub fn grandpa_peers_set_config() -> sc_network::config::NonDefaultSetConfig {
notifications_protocol: communication::GRANDPA_PROTOCOL_NAME.into(),
set_config: sc_network::config::SetConfig {
in_peers: 25,
out_peers: 0,
out_peers: 25,
reserved_nodes: Vec::new(),
non_reserved_mode: sc_network::config::NonReservedPeerMode::Accept,
},
Expand Down

0 comments on commit d175b92

Please sign in to comment.