mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-14 22:35:43 +00:00
Increase parallel downloads to 5 (#4045)
* Increase parallel downloads to 5 * CLI param
This commit is contained in:
committed by
Gavin Wood
parent
2125b87cae
commit
dfded93411
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user