Increase parallel downloads to 5 (#4045)

* Increase parallel downloads to 5

* CLI param
This commit is contained in:
Arkadiy Paronyan
2019-11-08 11:24:46 +01:00
committed by Gavin Wood
parent 2125b87cae
commit dfded93411
9 changed files with 50 additions and 16 deletions
+3 -3
View File
@@ -94,9 +94,9 @@ impl TestNetFactory for GrandpaTestNet {
fn default_config() -> ProtocolConfig {
// the authority role ensures gossip hits all nodes here.
ProtocolConfig {
roles: Roles::AUTHORITY,
}
let mut config = ProtocolConfig::default();
config.roles = Roles::AUTHORITY;
config
}
fn make_verifier(